#[repr(C)]pub struct nvme_lm_controller_state_data_header {
pub ver: __le16,
pub csattr: __u8,
pub rsvd3: [__u8; 13],
pub nvmecss: [__u8; 16],
pub vss: [__u8; 16],
}Expand description
struct nvme_lm_controller_state_data_header - Controller State data header structure describes the contents of the Controller State data
@ver: Version of this data structure @csattr: Controller state attributes @rsvd3: Reserved @nvmecss: NVMe Controller state size in dwords @vss: Vendor specific size in dowrds
Fields§
§ver: __le16§csattr: __u8§rsvd3: [__u8; 13]§nvmecss: [__u8; 16]§vss: [__u8; 16]Trait Implementations§
Source§impl Clone for nvme_lm_controller_state_data_header
impl Clone for nvme_lm_controller_state_data_header
Source§fn clone(&self) -> nvme_lm_controller_state_data_header
fn clone(&self) -> nvme_lm_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_controller_state_data_header
impl Default for nvme_lm_controller_state_data_header
Source§fn default() -> nvme_lm_controller_state_data_header
fn default() -> nvme_lm_controller_state_data_header
Returns the “default value” for a type. Read more
impl Copy for nvme_lm_controller_state_data_header
Auto Trait Implementations§
impl Freeze for nvme_lm_controller_state_data_header
impl RefUnwindSafe for nvme_lm_controller_state_data_header
impl Send for nvme_lm_controller_state_data_header
impl Sync for nvme_lm_controller_state_data_header
impl Unpin for nvme_lm_controller_state_data_header
impl UnsafeUnpin for nvme_lm_controller_state_data_header
impl UnwindSafe for nvme_lm_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