#[repr(C)]pub struct BCRYPT_ECCFULLKEY_BLOB {
pub dwMagic: u32,
pub dwVersion: u32,
pub dwCurveType: ECC_CURVE_TYPE_ENUM,
pub dwCurveGenerationAlgId: ECC_CURVE_ALG_ID_ENUM,
pub cbFieldLength: u32,
pub cbSubgroupOrder: u32,
pub cbCofactor: u32,
pub cbSeed: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwMagic: u32
dwVersion: u32
dwCurveType: ECC_CURVE_TYPE_ENUM
dwCurveGenerationAlgId: ECC_CURVE_ALG_ID_ENUM
cbFieldLength: u32
cbSubgroupOrder: u32
cbCofactor: u32
cbSeed: u32
Trait Implementations
impl Clone for BCRYPT_ECCFULLKEY_BLOB
impl Clone for BCRYPT_ECCFULLKEY_BLOB
impl Copy for BCRYPT_ECCFULLKEY_BLOB
Auto Trait Implementations
impl RefUnwindSafe for BCRYPT_ECCFULLKEY_BLOB
impl Send for BCRYPT_ECCFULLKEY_BLOB
impl Sync for BCRYPT_ECCFULLKEY_BLOB
impl Unpin for BCRYPT_ECCFULLKEY_BLOB
impl UnwindSafe for BCRYPT_ECCFULLKEY_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