Struct windows_sys::Win32::Security::Cryptography::SSL_ECCKEY_BLOB
#[repr(C)]pub struct SSL_ECCKEY_BLOB {
pub dwCurveType: u32,
pub cbKey: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwCurveType: u32
§cbKey: u32