#[repr(C)]pub struct NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER {
pub magic: DWORD,
pub cbHeader: DWORD,
pub tpmHandle: DWORD,
}
Fields§
§magic: DWORD
§cbHeader: DWORD
§tpmHandle: DWORD
Trait Implementations§
Source§impl Clone for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Clone for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
Source§fn clone(&self) -> NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
fn clone(&self) -> NCRYPT_TPM_PERSISTENT_KEY_BLOB_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 moreSource§impl Ord for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Ord for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
Source§fn cmp(&self, other: &NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER) -> Ordering
fn cmp(&self, other: &NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl PartialEq for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
Source§fn eq(&self, other: &NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER) -> bool
fn eq(&self, other: &NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl PartialOrd for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Copy for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Eq for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl StructuralPartialEq for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
Auto Trait Implementations§
impl Freeze for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl RefUnwindSafe for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Send for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Sync for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl Unpin for NCRYPT_TPM_PERSISTENT_KEY_BLOB_HEADER
impl UnwindSafe for NCRYPT_TPM_PERSISTENT_KEY_BLOB_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