Struct windows_sys::Win32::System::Ioctl::STORAGE_CRYPTO_DESCRIPTOR
[−]#[repr(C)]pub struct STORAGE_CRYPTO_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub NumKeysSupported: u32,
pub NumCryptoCapabilities: u32,
pub CryptoCapabilities: [STORAGE_CRYPTO_CAPABILITY; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
NumKeysSupported: u32
NumCryptoCapabilities: u32
CryptoCapabilities: [STORAGE_CRYPTO_CAPABILITY; 1]
Trait Implementations
impl Clone for STORAGE_CRYPTO_DESCRIPTOR
impl Clone for STORAGE_CRYPTO_DESCRIPTOR
impl Copy for STORAGE_CRYPTO_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_CRYPTO_DESCRIPTOR
impl Send for STORAGE_CRYPTO_DESCRIPTOR
impl Sync for STORAGE_CRYPTO_DESCRIPTOR
impl Unpin for STORAGE_CRYPTO_DESCRIPTOR
impl UnwindSafe for STORAGE_CRYPTO_DESCRIPTOR
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