Struct windows::Win32::Storage::Nvme::TCG_HISTORY_ENTRY
#[repr(C, packed(1))]pub struct TCG_HISTORY_ENTRY {
pub VersionNumber: u8,
pub EntryLength: u8,
pub PowerCycleCount: u16,
pub TcgCommandCount: u32,
pub TcgCommandCompletionTS: u64,
pub InvokingId: u64,
pub MethodId: u64,
pub ComId: u16,
pub ProtocolId: u8,
pub TcgStatus: u8,
pub ProcessTime: u16,
pub CommandSpecific: [u8; 10],
}
Fields§
§VersionNumber: u8
§EntryLength: u8
§PowerCycleCount: u16
§TcgCommandCount: u32
§TcgCommandCompletionTS: u64
§InvokingId: u64
§MethodId: u64
§ComId: u16
§ProtocolId: u8
§TcgStatus: u8
§ProcessTime: u16
§CommandSpecific: [u8; 10]
Trait Implementations§
§impl Clone for TCG_HISTORY_ENTRY
impl Clone for TCG_HISTORY_ENTRY
§fn clone(&self) -> TCG_HISTORY_ENTRY
fn clone(&self) -> TCG_HISTORY_ENTRY
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 TCG_HISTORY_ENTRY
impl Default for TCG_HISTORY_ENTRY
impl Copy for TCG_HISTORY_ENTRY
Auto Trait Implementations§
impl Freeze for TCG_HISTORY_ENTRY
impl RefUnwindSafe for TCG_HISTORY_ENTRY
impl Send for TCG_HISTORY_ENTRY
impl Sync for TCG_HISTORY_ENTRY
impl Unpin for TCG_HISTORY_ENTRY
impl UnwindSafe for TCG_HISTORY_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
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
)