#[repr(C)]pub struct NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS {
pub Version: u32,
pub TrustletId: u64,
pub MinSvn: u32,
pub FlagsMask: u32,
pub FlagsExpected: u32,
pub _bitfield: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Version: u32
TrustletId: u64
MinSvn: u32
FlagsMask: u32
FlagsExpected: u32
_bitfield: u32
Trait Implementations
impl Copy for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
impl Send for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
impl Sync for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
impl Unpin for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
impl UnwindSafe for NCRYPT_VSM_KEY_ATTESTATION_CLAIM_RESTRICTIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more