#[repr(C)]pub struct NvmExpressCommand {
pub cdw0: u32,
pub flags: u8,
pub nsid: u32,
pub cdw2: u32,
pub cdw3: u32,
pub cdw10: u32,
pub cdw11: u32,
pub cdw12: u32,
pub cdw13: u32,
pub cdw14: u32,
pub cdw15: u32,
}Expand description
This structure maps to the NVM Express specification Submission Queue Entry
Fields§
§cdw0: u32§flags: u8§nsid: u32§cdw2: u32§cdw3: u32§cdw10: u32§cdw11: u32§cdw12: u32§cdw13: u32§cdw14: u32§cdw15: u32Trait Implementations§
Source§impl Debug for NvmExpressCommand
impl Debug for NvmExpressCommand
Source§impl Default for NvmExpressCommand
impl Default for NvmExpressCommand
Source§fn default() -> NvmExpressCommand
fn default() -> NvmExpressCommand
Returns the “default value” for a type. Read more