#[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: DWORDTrait 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 duplicate 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 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