pub struct Mcfg { /* private fields */ }Implementations§
Trait Implementations§
Source§impl IntoBytes for Mcfg
impl IntoBytes for Mcfg
impl Copy for Mcfg
impl Immutable for Mcfg
Auto Trait Implementations§
impl Freeze for Mcfg
impl RefUnwindSafe for Mcfg
impl Send for Mcfg
impl Sync for Mcfg
impl Unpin for Mcfg
impl UnwindSafe for Mcfg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more