#[repr(C, packed(1))]pub struct nvme_persistent_event_log_head {Show 19 fields
pub log_id: __u8,
pub rsvd1: [__u8; 3],
pub tnev: __le32,
pub tll: __le64,
pub log_rev: __u8,
pub rsvd17: __u8,
pub head_len: __le16,
pub timestamp: __le64,
pub poh: [__u8; 16],
pub pcc: __le64,
pub vid: __le16,
pub ssvid: __le16,
pub sn: [__u8; 20],
pub mn: [__u8; 40],
pub subnqn: [__u8; 256],
pub gen_number: __le16,
pub rci: __le32,
pub rsvd378: [__u8; 102],
pub supp_event_bm: [__u8; 32],
}Fields§
§log_id: __u8§rsvd1: [__u8; 3]§tnev: __le32§tll: __le64§log_rev: __u8§rsvd17: __u8§head_len: __le16§timestamp: __le64§poh: [__u8; 16]§pcc: __le64§vid: __le16§ssvid: __le16§sn: [__u8; 20]§mn: [__u8; 40]§subnqn: [__u8; 256]§gen_number: __le16§rci: __le32§rsvd378: [__u8; 102]§supp_event_bm: [__u8; 32]Trait Implementations§
Source§impl Clone for nvme_persistent_event_log_head
impl Clone for nvme_persistent_event_log_head
Source§fn clone(&self) -> nvme_persistent_event_log_head
fn clone(&self) -> nvme_persistent_event_log_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_log_head
impl StructuralPartialEq for nvme_persistent_event_log_head
Auto Trait Implementations§
impl Freeze for nvme_persistent_event_log_head
impl RefUnwindSafe for nvme_persistent_event_log_head
impl Send for nvme_persistent_event_log_head
impl Sync for nvme_persistent_event_log_head
impl Unpin for nvme_persistent_event_log_head
impl UnsafeUnpin for nvme_persistent_event_log_head
impl UnwindSafe for nvme_persistent_event_log_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