#[repr(C)]pub struct _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER {
pub Version: ULONG,
pub KeyUsage: ULONG,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub cbAlgName: ULONG,
pub cbNonce: ULONG,
pub cbAuthTag: ULONG,
pub cbWrappingKey: ULONG,
pub cbIsolatedKey: ULONG,
}
Fields§
§Version: ULONG
§KeyUsage: ULONG
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§cbAlgName: ULONG
§cbNonce: ULONG
§cbAuthTag: ULONG
§cbWrappingKey: ULONG
§cbIsolatedKey: ULONG
Implementations§
Source§impl _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
pub fn PerBootKey(&self) -> ULONG
pub fn set_PerBootKey(&mut self, val: ULONG)
pub unsafe fn PerBootKey_raw(this: *const Self) -> ULONG
pub unsafe fn set_PerBootKey_raw(this: *mut Self, val: ULONG)
pub fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
pub unsafe fn Reserved_raw(this: *const Self) -> ULONG
pub unsafe fn set_Reserved_raw(this: *mut Self, val: ULONG)
pub fn new_bitfield_1( PerBootKey: ULONG, Reserved: ULONG, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Clone for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Source§fn clone(&self) -> _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
fn clone(&self) -> _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Ord for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Source§fn cmp(&self, other: &_NCRYPT_EXPORTED_ISOLATED_KEY_HEADER) -> Ordering
fn cmp(&self, other: &_NCRYPT_EXPORTED_ISOLATED_KEY_HEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl PartialEq for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Source§fn eq(&self, other: &_NCRYPT_EXPORTED_ISOLATED_KEY_HEADER) -> bool
fn eq(&self, other: &_NCRYPT_EXPORTED_ISOLATED_KEY_HEADER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl PartialOrd for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Copy for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Eq for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl StructuralPartialEq for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Auto Trait Implementations§
impl Freeze for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl RefUnwindSafe for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Send for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Sync for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Unpin for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl UnwindSafe for _NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more