pub struct nvme_root { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvme_root
impl RefUnwindSafe for nvme_root
impl Send for nvme_root
impl Sync for nvme_root
impl Unpin for nvme_root
impl UnsafeUnpin for nvme_root
impl UnwindSafe for nvme_root
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