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