[][src]Struct winapi::shared::bcrypt::BCRYPT_ECCFULLKEY_BLOB

#[repr(C)]
pub struct BCRYPT_ECCFULLKEY_BLOB { pub dwMagic: ULONG, pub dwVersion: ULONG, pub dwCurveType: ECC_CURVE_TYPE_ENUM, pub dwCurveGenerationAlgId: ECC_CURVE_ALG_ID_ENUM, pub cbFieldLength: ULONG, pub cbSubgroupOrder: ULONG, pub cbCofactor: ULONG, pub cbSeed: ULONG, }

Fields

dwMagic: ULONGdwVersion: ULONGdwCurveType: ECC_CURVE_TYPE_ENUMdwCurveGenerationAlgId: ECC_CURVE_ALG_ID_ENUMcbFieldLength: ULONGcbSubgroupOrder: ULONGcbCofactor: ULONGcbSeed: ULONG

Trait Implementations

impl Copy for BCRYPT_ECCFULLKEY_BLOB[src]

impl Clone for BCRYPT_ECCFULLKEY_BLOB[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for BCRYPT_ECCFULLKEY_BLOB[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]