[][src]Struct CCODE::_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 Clone for _BCRYPT_ECCFULLKEY_BLOB[src]

impl Copy for _BCRYPT_ECCFULLKEY_BLOB[src]

impl Debug for _BCRYPT_ECCFULLKEY_BLOB[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.