#[repr(C)]pub struct nvme_ana_log {
pub chgcnt: __le64,
pub ngrps: __le16,
pub rsvd10: [__u8; 6],
pub descs: __IncompleteArrayField<nvme_ana_group_desc>,
}Expand description
struct nvme_ana_log - Asymmetric Namespace Access Log @chgcnt: Change Count @ngrps: Number of ANA Group Descriptors @rsvd10: Reserved @descs: ANA Group Descriptor
Fields§
§chgcnt: __le64§ngrps: __le16§rsvd10: [__u8; 6]§descs: __IncompleteArrayField<nvme_ana_group_desc>Trait Implementations§
Source§impl Debug for nvme_ana_log
impl Debug for nvme_ana_log
Source§impl Default for nvme_ana_log
impl Default for nvme_ana_log
Source§fn default() -> nvme_ana_log
fn default() -> nvme_ana_log
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_ana_log
impl RefUnwindSafe for nvme_ana_log
impl Send for nvme_ana_log
impl Sync for nvme_ana_log
impl Unpin for nvme_ana_log
impl UnsafeUnpin for nvme_ana_log
impl UnwindSafe for nvme_ana_log
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