#[repr(C)]pub struct nvme_lm_track_send_args {
pub result: *mut __u32,
pub args_size: c_int,
pub fd: c_int,
pub timeout: __u32,
pub mos: __u16,
pub cdqid: __u16,
pub sel: __u8,
}Expand description
struct nvme_lm_track_send_args - Arguments for the Track Send command @result: Set on completion to the command’s CQE DWORD 0 controller response @args_size: Length of structure @fd: File descriptor of nvme device @timeout: Timeout in ms @mos: Management Operation Specific (MOS): This field is specific to the SEL type @cdqid: Controller Data Queue ID (CDQID) @sel: Select (SEL): This field specifies the type of management operation to perform
Fields§
§result: *mut __u32§args_size: c_int§fd: c_int§timeout: __u32§mos: __u16§cdqid: __u16§sel: __u8Trait Implementations§
Source§impl Clone for nvme_lm_track_send_args
impl Clone for nvme_lm_track_send_args
Source§fn clone(&self) -> nvme_lm_track_send_args
fn clone(&self) -> nvme_lm_track_send_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_lm_track_send_args
impl Debug for nvme_lm_track_send_args
Source§impl Default for nvme_lm_track_send_args
impl Default for nvme_lm_track_send_args
impl Copy for nvme_lm_track_send_args
Auto Trait Implementations§
impl Freeze for nvme_lm_track_send_args
impl RefUnwindSafe for nvme_lm_track_send_args
impl !Send for nvme_lm_track_send_args
impl !Sync for nvme_lm_track_send_args
impl Unpin for nvme_lm_track_send_args
impl UnsafeUnpin for nvme_lm_track_send_args
impl UnwindSafe for nvme_lm_track_send_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