#[repr(C)]pub struct nvme_lm_nvme_controller_state_data_header {
pub ver: __le16,
pub niosq: __le16,
pub niocq: __le16,
pub rsvd6: __le16,
}Expand description
struct nvme_lm_nvme_controller_state_data_header - Controller State data structure header
@ver: The version of this data structure. @niosq: The number of I/O Submission Queues contained in this data structure. @niocq: The number of I/O Completion Queues contained in this data structure. @rsvd6: Reserved
Fields§
§ver: __le16§niosq: __le16§niocq: __le16§rsvd6: __le16Trait Implementations§
Source§impl Clone for nvme_lm_nvme_controller_state_data_header
impl Clone for nvme_lm_nvme_controller_state_data_header
Source§fn clone(&self) -> nvme_lm_nvme_controller_state_data_header
fn clone(&self) -> nvme_lm_nvme_controller_state_data_header
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_nvme_controller_state_data_header
impl Default for nvme_lm_nvme_controller_state_data_header
Source§fn default() -> nvme_lm_nvme_controller_state_data_header
fn default() -> nvme_lm_nvme_controller_state_data_header
Returns the “default value” for a type. Read more
impl Copy for nvme_lm_nvme_controller_state_data_header
Auto Trait Implementations§
impl Freeze for nvme_lm_nvme_controller_state_data_header
impl RefUnwindSafe for nvme_lm_nvme_controller_state_data_header
impl Send for nvme_lm_nvme_controller_state_data_header
impl Sync for nvme_lm_nvme_controller_state_data_header
impl Unpin for nvme_lm_nvme_controller_state_data_header
impl UnsafeUnpin for nvme_lm_nvme_controller_state_data_header
impl UnwindSafe for nvme_lm_nvme_controller_state_data_header
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