[][src]Struct CCODE::_NCRYPT_EXPORTED_ISOLATED_KEY_HEADER

#[repr(C)]pub struct _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER {
    pub Version: ULONG,
    pub KeyUsage: ULONG,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub cbAlgName: ULONG,
    pub cbNonce: ULONG,
    pub cbAuthTag: ULONG,
    pub cbWrappingKey: ULONG,
    pub cbIsolatedKey: ULONG,
}

Fields

Version: ULONGKeyUsage: ULONG_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>cbAlgName: ULONGcbNonce: ULONGcbAuthTag: ULONGcbWrappingKey: ULONGcbIsolatedKey: ULONG

Implementations

impl _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER[src]

pub fn PerBootKey(&self) -> ULONG[src]

pub fn set_PerBootKey(&mut self, val: ULONG)[src]

pub fn Reserved(&self) -> ULONG[src]

pub fn set_Reserved(&mut self, val: ULONG)[src]

pub fn new_bitfield_1(
    PerBootKey: ULONG,
    Reserved: ULONG
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Clone for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER[src]

impl Copy for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER[src]

impl Debug for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER[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.