#[repr(C)]pub struct nvme_features {
pub opcode: __u8,
pub flags: __u8,
pub command_id: __u16,
pub nsid: __le32,
pub rsvd2: [__u64; 2],
pub dptr: nvme_data_ptr,
pub fid: __le32,
pub dword11: __le32,
pub dword12: __le32,
pub dword13: __le32,
pub dword14: __le32,
pub dword15: __le32,
}Fields§
§opcode: __u8§flags: __u8§command_id: __u16§nsid: __le32§rsvd2: [__u64; 2]§dptr: nvme_data_ptr§fid: __le32§dword11: __le32§dword12: __le32§dword13: __le32§dword14: __le32§dword15: __le32Trait Implementations§
Source§impl Clone for nvme_features
impl Clone for nvme_features
Source§fn clone(&self) -> nvme_features
fn clone(&self) -> nvme_features
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_features
impl Default for nvme_features
impl Copy for nvme_features
Auto Trait Implementations§
impl Freeze for nvme_features
impl RefUnwindSafe for nvme_features
impl Send for nvme_features
impl Sync for nvme_features
impl Unpin for nvme_features
impl UnwindSafe for nvme_features
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