Struct windows::Win32::Storage::Nvme::NVME_OCP_DEVICE_TCG_HISTORY_LOG
#[repr(C, packed(1))]pub struct NVME_OCP_DEVICE_TCG_HISTORY_LOG {
pub LID: u8,
pub Reserved0: [u8; 3],
pub HistoryEntryCount: u32,
pub HistoryEntries: [TCG_HISTORY_ENTRY; 84],
pub Reserved1: [u8; 38],
pub LogPageVersionNumber: u16,
pub LogPageGUID: GUID,
}
Fields§
§LID: u8
§Reserved0: [u8; 3]
§HistoryEntryCount: u32
§HistoryEntries: [TCG_HISTORY_ENTRY; 84]
§Reserved1: [u8; 38]
§LogPageVersionNumber: u16
§LogPageGUID: GUID
Trait Implementations§
§impl Clone for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Clone for NVME_OCP_DEVICE_TCG_HISTORY_LOG
§fn clone(&self) -> NVME_OCP_DEVICE_TCG_HISTORY_LOG
fn clone(&self) -> NVME_OCP_DEVICE_TCG_HISTORY_LOG
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 more§impl Default for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Default for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Copy for NVME_OCP_DEVICE_TCG_HISTORY_LOG
Auto Trait Implementations§
impl Freeze for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl RefUnwindSafe for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Send for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Sync for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl Unpin for NVME_OCP_DEVICE_TCG_HISTORY_LOG
impl UnwindSafe for NVME_OCP_DEVICE_TCG_HISTORY_LOG
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
)