#[repr(C)]pub struct nvme_reachability_groups_log {
pub chngc: __le64,
pub nrgd: __le16,
pub rsvd10: [__u8; 6],
pub rgd: __IncompleteArrayField<nvme_reachability_group_desc>,
}Expand description
struct nvme_reachability_groups_log - Reachability Groups Log @chngc: Change Count @nrgd: Number of Reachability Group Descriptors @rsvd10: Reserved @rgd: Reachability Group Descriptor List
Fields§
§chngc: __le64§nrgd: __le16§rsvd10: [__u8; 6]§rgd: __IncompleteArrayField<nvme_reachability_group_desc>Trait Implementations§
Source§impl Debug for nvme_reachability_groups_log
impl Debug for nvme_reachability_groups_log
Source§impl Default for nvme_reachability_groups_log
impl Default for nvme_reachability_groups_log
Source§fn default() -> nvme_reachability_groups_log
fn default() -> nvme_reachability_groups_log
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_reachability_groups_log
impl RefUnwindSafe for nvme_reachability_groups_log
impl Send for nvme_reachability_groups_log
impl Sync for nvme_reachability_groups_log
impl Unpin for nvme_reachability_groups_log
impl UnsafeUnpin for nvme_reachability_groups_log
impl UnwindSafe for nvme_reachability_groups_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