Struct NVME_COMPLETION_ENTRY
#[repr(C)]pub struct NVME_COMPLETION_ENTRY {
pub DW0: u32,
pub DW1: u32,
pub DW2: NVME_COMPLETION_ENTRY_0,
pub DW3: NVME_COMPLETION_ENTRY_1,
}
Fields§
§DW0: u32
§DW1: u32
§DW2: NVME_COMPLETION_ENTRY_0
§DW3: NVME_COMPLETION_ENTRY_1
Trait Implementations§
§impl Clone for NVME_COMPLETION_ENTRY
impl Clone for NVME_COMPLETION_ENTRY
§fn clone(&self) -> NVME_COMPLETION_ENTRY
fn clone(&self) -> NVME_COMPLETION_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NVME_COMPLETION_ENTRY
Auto Trait Implementations§
impl Freeze for NVME_COMPLETION_ENTRY
impl RefUnwindSafe for NVME_COMPLETION_ENTRY
impl Send for NVME_COMPLETION_ENTRY
impl Sync for NVME_COMPLETION_ENTRY
impl Unpin for NVME_COMPLETION_ENTRY
impl UnwindSafe for NVME_COMPLETION_ENTRY
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