#[repr(C)]pub struct _STORAGE_CRYPTO_CAPABILITY {
pub Version: DWORD,
pub Size: DWORD,
pub CryptoCapabilityIndex: DWORD,
pub AlgorithmId: STORAGE_CRYPTO_ALGORITHM_ID,
pub KeySize: STORAGE_CRYPTO_KEY_SIZE,
pub DataUnitSizeBitmask: DWORD,
}
Fields§
§Version: DWORD
§Size: DWORD
§CryptoCapabilityIndex: DWORD
§AlgorithmId: STORAGE_CRYPTO_ALGORITHM_ID
§KeySize: STORAGE_CRYPTO_KEY_SIZE
§DataUnitSizeBitmask: DWORD
Trait Implementations§
Source§impl Clone for _STORAGE_CRYPTO_CAPABILITY
impl Clone for _STORAGE_CRYPTO_CAPABILITY
Source§fn clone(&self) -> _STORAGE_CRYPTO_CAPABILITY
fn clone(&self) -> _STORAGE_CRYPTO_CAPABILITY
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 Debug for _STORAGE_CRYPTO_CAPABILITY
impl Debug for _STORAGE_CRYPTO_CAPABILITY
Source§impl Ord for _STORAGE_CRYPTO_CAPABILITY
impl Ord for _STORAGE_CRYPTO_CAPABILITY
Source§fn cmp(&self, other: &_STORAGE_CRYPTO_CAPABILITY) -> Ordering
fn cmp(&self, other: &_STORAGE_CRYPTO_CAPABILITY) -> 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 PartialOrd for _STORAGE_CRYPTO_CAPABILITY
impl PartialOrd for _STORAGE_CRYPTO_CAPABILITY
impl Copy for _STORAGE_CRYPTO_CAPABILITY
impl Eq for _STORAGE_CRYPTO_CAPABILITY
impl StructuralPartialEq for _STORAGE_CRYPTO_CAPABILITY
Auto Trait Implementations§
impl Freeze for _STORAGE_CRYPTO_CAPABILITY
impl RefUnwindSafe for _STORAGE_CRYPTO_CAPABILITY
impl Send for _STORAGE_CRYPTO_CAPABILITY
impl Sync for _STORAGE_CRYPTO_CAPABILITY
impl Unpin for _STORAGE_CRYPTO_CAPABILITY
impl UnwindSafe for _STORAGE_CRYPTO_CAPABILITY
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