Struct Nvmc
pub struct Nvmc { /* private fields */ }
Expand description
Non-volatile memory controller
Implementations§
Trait Implementations§
impl Copy for Nvmc
impl Eq for Nvmc
impl Send for Nvmc
impl StructuralPartialEq for Nvmc
impl Sync for Nvmc
Auto Trait Implementations§
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