#[repr(C, packed(1))]pub struct NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER {
pub EventType: u8,
pub EventTypeRevision: u8,
pub EventHeaderLength: u8,
pub Reserved0: u8,
pub ControllerIdentifier: u16,
pub EventTimestamp: u64,
pub Reserved1: [u8; 6],
pub VendorSpecificInformationLength: u16,
pub EventLength: u16,
}
Fields§
§EventType: u8
§EventTypeRevision: u8
§EventHeaderLength: u8
§Reserved0: u8
§ControllerIdentifier: u16
§EventTimestamp: u64
§Reserved1: [u8; 6]
§VendorSpecificInformationLength: u16
§EventLength: u16
Trait Implementations§
§impl Clone for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl Clone for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
§fn clone(&self) -> NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
fn clone(&self) -> NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
Returns a copy of the value. Read more
1.0.0 · 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_EVENT_HEADER
Auto Trait Implementations§
impl Freeze for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl RefUnwindSafe for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl Send for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl Sync for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl Unpin for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
impl UnwindSafe for NVME_PERSISTENT_EVENT_LOG_EVENT_HEADER
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)