#[repr(C)]pub struct nvme_set_features_args {}Expand description
struct nvme_set_features_args - Arguments for the NVMe Admin Set Feature command @result: The command completion result from CQE dword0 @data: User address of feature data, if applicable @args_size: Size of &struct nvme_set_features_args @fd: File descriptor of nvme device @timeout: Timeout in ms @nsid: Namespace ID, if applicable @cdw11: Value to set the feature to @cdw12: Feature specific command dword12 field @cdw13: Feature specific command dword13 field @cdw15: Feature specific command dword15 field @data_len: Length of feature data, if applicable, in bytes @save: Save value across power states @uuidx: UUID Index for differentiating vendor specific encoding @fid: Feature identifier
Fields§
§result: *mut __u32§data: *mut c_void§args_size: c_int§fd: c_int§timeout: __u32§nsid: __u32§cdw11: __u32§cdw12: __u32§cdw13: __u32§cdw15: __u32§data_len: __u32§save: bool§uuidx: __u8§fid: __u8Trait Implementations§
Source§impl Clone for nvme_set_features_args
impl Clone for nvme_set_features_args
Source§fn clone(&self) -> nvme_set_features_args
fn clone(&self) -> nvme_set_features_args
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_set_features_args
impl Debug for nvme_set_features_args
Source§impl Default for nvme_set_features_args
impl Default for nvme_set_features_args
impl Copy for nvme_set_features_args
Auto Trait Implementations§
impl Freeze for nvme_set_features_args
impl RefUnwindSafe for nvme_set_features_args
impl !Send for nvme_set_features_args
impl !Sync for nvme_set_features_args
impl Unpin for nvme_set_features_args
impl UnsafeUnpin for nvme_set_features_args
impl UnwindSafe for nvme_set_features_args
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