#[repr(C)]pub struct _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS {
pub ulKeyFlags: ULONG,
pub ullTrustletId: ULONGLONG,
pub ulTrustletSecurityVersion: ULONG,
pub ulTrustletDebuggable: ULONG,
}
Fields§
§ulKeyFlags: ULONG
§ullTrustletId: ULONGLONG
§ulTrustletSecurityVersion: ULONG
§ulTrustletDebuggable: ULONG
Trait Implementations§
Source§impl Clone for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Clone for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
Source§fn clone(&self) -> _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
fn clone(&self) -> _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
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_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Ord for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
Source§fn cmp(
&self,
other: &_NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS,
) -> Ordering
fn cmp( &self, other: &_NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS, ) -> 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_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl PartialEq for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
Source§fn eq(&self, other: &_NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS) -> bool
fn eq(&self, other: &_NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl PartialOrd for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Copy for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Eq for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl StructuralPartialEq for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
Auto Trait Implementations§
impl Freeze for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl RefUnwindSafe for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Send for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Sync for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl Unpin for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
impl UnwindSafe for _NCRYPT_VBS_ROOT_KEY_ATTESTATION_CLAIM_DETAILS
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