#[repr(C)]pub struct nvme_rw_command {}Fields§
§opcode: __u8§flags: __u8§command_id: __u16§nsid: __le32§rsvd2: __u64§metadata: __le64§dptr: nvme_data_ptr§slba: __le64§length: __le16§control: __le16§dsmgmt: __le32§reftag: __le32§apptag: __le16§appmask: __le16Trait Implementations§
Source§impl Clone for nvme_rw_command
impl Clone for nvme_rw_command
Source§fn clone(&self) -> nvme_rw_command
fn clone(&self) -> nvme_rw_command
Returns a duplicate 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 moreSource§impl Default for nvme_rw_command
impl Default for nvme_rw_command
impl Copy for nvme_rw_command
Auto Trait Implementations§
impl Freeze for nvme_rw_command
impl RefUnwindSafe for nvme_rw_command
impl Send for nvme_rw_command
impl Sync for nvme_rw_command
impl Unpin for nvme_rw_command
impl UnwindSafe for nvme_rw_command
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