#[repr(C, packed(1))]pub struct nvme_persistent_event_entry_head {
pub etype: __u8,
pub etype_rev: __u8,
pub ehl: __u8,
pub rsvd3: __u8,
pub ctrl_id: __le16,
pub etimestamp: __le64,
pub rsvd14: [__u8; 6],
pub vsil: __le16,
pub el: __le16,
}Fields§
§etype: __u8§etype_rev: __u8§ehl: __u8§rsvd3: __u8§ctrl_id: __le16§etimestamp: __le64§rsvd14: [__u8; 6]§vsil: __le16§el: __le16Trait Implementations§
Source§impl Clone for nvme_persistent_event_entry_head
impl Clone for nvme_persistent_event_entry_head
Source§fn clone(&self) -> nvme_persistent_event_entry_head
fn clone(&self) -> nvme_persistent_event_entry_head
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 moreimpl Copy for nvme_persistent_event_entry_head
Source§impl Default for nvme_persistent_event_entry_head
impl Default for nvme_persistent_event_entry_head
Source§fn default() -> nvme_persistent_event_entry_head
fn default() -> nvme_persistent_event_entry_head
Returns the “default value” for a type. Read more
impl StructuralPartialEq for nvme_persistent_event_entry_head
Auto Trait Implementations§
impl Freeze for nvme_persistent_event_entry_head
impl RefUnwindSafe for nvme_persistent_event_entry_head
impl Send for nvme_persistent_event_entry_head
impl Sync for nvme_persistent_event_entry_head
impl Unpin for nvme_persistent_event_entry_head
impl UnsafeUnpin for nvme_persistent_event_entry_head
impl UnwindSafe for nvme_persistent_event_entry_head
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