Struct windows_sys::Win32::Security::Cryptography::BCRYPT_ECCKEY_BLOB
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwMagic: u32
cbKey: u32
Trait Implementations
impl Clone for BCRYPT_ECCKEY_BLOB
impl Clone for BCRYPT_ECCKEY_BLOB
impl Copy for BCRYPT_ECCKEY_BLOB
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_ECCKEY_BLOB
impl Send for BCRYPT_ECCKEY_BLOB
impl Sync for BCRYPT_ECCKEY_BLOB
impl Unpin for BCRYPT_ECCKEY_BLOB
impl UnwindSafe for BCRYPT_ECCKEY_BLOB
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