#[repr(C)]pub struct NCRYPT_KEY_BLOB_HEADER {
pub cbSize: u32,
pub dwMagic: u32,
pub cbAlgName: u32,
pub cbKeyData: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwMagic: u32
cbAlgName: u32
cbKeyData: u32
Trait Implementations
impl Clone for NCRYPT_KEY_BLOB_HEADER
impl Clone for NCRYPT_KEY_BLOB_HEADER
impl Copy for NCRYPT_KEY_BLOB_HEADER
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_KEY_BLOB_HEADER
impl Send for NCRYPT_KEY_BLOB_HEADER
impl Sync for NCRYPT_KEY_BLOB_HEADER
impl Unpin for NCRYPT_KEY_BLOB_HEADER
impl UnwindSafe for NCRYPT_KEY_BLOB_HEADER
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