Struct windows_sys::Win32::System::Ioctl::STORAGE_CRYPTO_CAPABILITY
[−]#[repr(C)]pub struct STORAGE_CRYPTO_CAPABILITY {
pub Version: u32,
pub Size: u32,
pub CryptoCapabilityIndex: u32,
pub AlgorithmId: STORAGE_CRYPTO_ALGORITHM_ID,
pub KeySize: STORAGE_CRYPTO_KEY_SIZE,
pub DataUnitSizeBitmask: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
CryptoCapabilityIndex: u32
AlgorithmId: STORAGE_CRYPTO_ALGORITHM_ID
KeySize: STORAGE_CRYPTO_KEY_SIZE
DataUnitSizeBitmask: u32
Trait Implementations
impl Clone for STORAGE_CRYPTO_CAPABILITY
impl Clone for STORAGE_CRYPTO_CAPABILITY
impl Copy for STORAGE_CRYPTO_CAPABILITY
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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