pub struct Memconf { /* private fields */ }
Expand description
Memory configuration 0
Implementations§
Trait Implementations§
impl Copy for Memconf
impl Eq for Memconf
impl Send for Memconf
impl StructuralPartialEq for Memconf
impl Sync for Memconf
Auto Trait Implementations§
impl Freeze for Memconf
impl RefUnwindSafe for Memconf
impl Unpin for Memconf
impl UnwindSafe for Memconf
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