#[repr(C)]pub struct nvme_event_agg_log_page {
pub num_entries: __le64,
pub entries: __IncompleteArrayField<__le16>,
}Expand description
struct nvme_event_agg_log_page - is common for both predictable latency event aggregate log and endurance group event aggregate log @num_entries: indicates the number of entries in the list. @entries: indicates NVMSET ID or ENDURANCE Group ID entries
Fields§
§num_entries: __le64§entries: __IncompleteArrayField<__le16>Trait Implementations§
Source§impl Debug for nvme_event_agg_log_page
impl Debug for nvme_event_agg_log_page
Source§impl Default for nvme_event_agg_log_page
impl Default for nvme_event_agg_log_page
Source§fn default() -> nvme_event_agg_log_page
fn default() -> nvme_event_agg_log_page
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for nvme_event_agg_log_page
impl RefUnwindSafe for nvme_event_agg_log_page
impl Send for nvme_event_agg_log_page
impl Sync for nvme_event_agg_log_page
impl Unpin for nvme_event_agg_log_page
impl UnsafeUnpin for nvme_event_agg_log_page
impl UnwindSafe for nvme_event_agg_log_page
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