#[repr(C)]pub struct nvme_eg_event_aggregate_log {
pub nr_entries: __le64,
pub egids: __IncompleteArrayField<__le16>,
}Expand description
struct nvme_eg_event_aggregate_log - Endurance Group Event Aggregate @nr_entries: Number of Entries @egids: Endurance Group Identifier
Fields§
§nr_entries: __le64§egids: __IncompleteArrayField<__le16>Trait Implementations§
Source§impl Debug for nvme_eg_event_aggregate_log
impl Debug for nvme_eg_event_aggregate_log
Source§impl Default for nvme_eg_event_aggregate_log
impl Default for nvme_eg_event_aggregate_log
Source§fn default() -> nvme_eg_event_aggregate_log
fn default() -> nvme_eg_event_aggregate_log
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_eg_event_aggregate_log
impl RefUnwindSafe for nvme_eg_event_aggregate_log
impl Send for nvme_eg_event_aggregate_log
impl Sync for nvme_eg_event_aggregate_log
impl Unpin for nvme_eg_event_aggregate_log
impl UnsafeUnpin for nvme_eg_event_aggregate_log
impl UnwindSafe for nvme_eg_event_aggregate_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