#[repr(C)]pub struct _STORAGE_CRYPTO_DESCRIPTOR_V2 {
pub Version: DWORD,
pub Size: DWORD,
pub NumKeysSupported: DWORD,
pub NumCryptoCapabilities: DWORD,
pub IceType: STORAGE_ICE_TYPE,
pub SecurityComplianceBitmask: _STORAGE_CRYPTO_DESCRIPTOR_V2__bindgen_ty_1,
pub CryptoCapabilities: [STORAGE_CRYPTO_CAPABILITY_V2; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§NumKeysSupported: DWORD
§NumCryptoCapabilities: DWORD
§IceType: STORAGE_ICE_TYPE
§SecurityComplianceBitmask: _STORAGE_CRYPTO_DESCRIPTOR_V2__bindgen_ty_1
§CryptoCapabilities: [STORAGE_CRYPTO_CAPABILITY_V2; 1]
Trait Implementations§
Source§impl Clone for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl Clone for _STORAGE_CRYPTO_DESCRIPTOR_V2
Source§fn clone(&self) -> _STORAGE_CRYPTO_DESCRIPTOR_V2
fn clone(&self) -> _STORAGE_CRYPTO_DESCRIPTOR_V2
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 moreimpl Copy for _STORAGE_CRYPTO_DESCRIPTOR_V2
Auto Trait Implementations§
impl Freeze for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl RefUnwindSafe for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl Send for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl Sync for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl Unpin for _STORAGE_CRYPTO_DESCRIPTOR_V2
impl UnwindSafe for _STORAGE_CRYPTO_DESCRIPTOR_V2
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