Struct windows_sys::Win32::Storage::Nvme::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
impl Copy for NVME_COMPLETION_ENTRY
Auto Trait Implementations§
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