pub struct nvme_ns_head { /* private fields */ }Trait Implementations§
Source§impl Clone for nvme_ns_head
impl Clone for nvme_ns_head
Source§fn clone(&self) -> nvme_ns_head
fn clone(&self) -> nvme_ns_head
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_ns_head
impl Debug for nvme_ns_head
impl Copy for nvme_ns_head
Auto Trait Implementations§
impl Freeze for nvme_ns_head
impl RefUnwindSafe for nvme_ns_head
impl Send for nvme_ns_head
impl Sync for nvme_ns_head
impl Unpin for nvme_ns_head
impl UnsafeUnpin for nvme_ns_head
impl UnwindSafe for nvme_ns_head
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