#[repr(C)]pub struct nvme_lm_ctrl_data_queue_fid_data {
pub hp: __le32,
pub tpt: __le32,
}Expand description
struct nvme_lm_ctrl_data_queue_fid_data - Get Controller Data Queue feature data
@hp: Head Pointer @tpt: Tail Pointer Trigger
Fields§
§hp: __le32§tpt: __le32Trait Implementations§
Source§impl Clone for nvme_lm_ctrl_data_queue_fid_data
impl Clone for nvme_lm_ctrl_data_queue_fid_data
Source§fn clone(&self) -> nvme_lm_ctrl_data_queue_fid_data
fn clone(&self) -> nvme_lm_ctrl_data_queue_fid_data
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 Default for nvme_lm_ctrl_data_queue_fid_data
impl Default for nvme_lm_ctrl_data_queue_fid_data
Source§fn default() -> nvme_lm_ctrl_data_queue_fid_data
fn default() -> nvme_lm_ctrl_data_queue_fid_data
Returns the “default value” for a type. Read more
impl Copy for nvme_lm_ctrl_data_queue_fid_data
Auto Trait Implementations§
impl Freeze for nvme_lm_ctrl_data_queue_fid_data
impl RefUnwindSafe for nvme_lm_ctrl_data_queue_fid_data
impl Send for nvme_lm_ctrl_data_queue_fid_data
impl Sync for nvme_lm_ctrl_data_queue_fid_data
impl Unpin for nvme_lm_ctrl_data_queue_fid_data
impl UnsafeUnpin for nvme_lm_ctrl_data_queue_fid_data
impl UnwindSafe for nvme_lm_ctrl_data_queue_fid_data
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