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