#[repr(C, packed(1))]pub struct nvme_persistent_event_entry {
pub etype: __u8,
pub etype_rev: __u8,
pub ehl: __u8,
pub ehai: __u8,
pub cntlid: __le16,
pub ets: __le64,
pub pelpid: __le16,
pub rsvd16: [__u8; 4],
pub vsil: __le16,
pub el: __le16,
}Expand description
struct nvme_persistent_event_entry - Persistent Event @etype: Event Type @etype_rev: Event Type Revision @ehl: Event Header Length @ehai: Event Header Additional Info @cntlid: Controller Identifier @ets: Event Timestamp @pelpid: Port Identifier @rsvd16: Reserved @vsil: Vendor Specific Information Length @el: Event Length
Fields§
§etype: __u8§etype_rev: __u8§ehl: __u8§ehai: __u8§cntlid: __le16§ets: __le64§pelpid: __le16§rsvd16: [__u8; 4]§vsil: __le16§el: __le16Trait Implementations§
Source§impl Clone for nvme_persistent_event_entry
impl Clone for nvme_persistent_event_entry
Source§fn clone(&self) -> nvme_persistent_event_entry
fn clone(&self) -> nvme_persistent_event_entry
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 Debug for nvme_persistent_event_entry
impl Debug for nvme_persistent_event_entry
Source§impl Default for nvme_persistent_event_entry
impl Default for nvme_persistent_event_entry
Source§fn default() -> nvme_persistent_event_entry
fn default() -> nvme_persistent_event_entry
Returns the “default value” for a type. Read more
impl Copy for nvme_persistent_event_entry
Auto Trait Implementations§
impl Freeze for nvme_persistent_event_entry
impl RefUnwindSafe for nvme_persistent_event_entry
impl Send for nvme_persistent_event_entry
impl Sync for nvme_persistent_event_entry
impl Unpin for nvme_persistent_event_entry
impl UnsafeUnpin for nvme_persistent_event_entry
impl UnwindSafe for nvme_persistent_event_entry
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