#[repr(C)]pub struct _NCRYPT_VBS_ROOT_ATTESTATION_HEADER {
pub Magic: ULONG,
pub Version: ULONG,
pub cbAttributes: ULONG,
pub cbNonce: ULONG,
pub cbReport: ULONG,
pub cbSignature: ULONG,
}
Fields§
§Magic: ULONG
§Version: ULONG
§cbAttributes: ULONG
§cbNonce: ULONG
§cbReport: ULONG
§cbSignature: ULONG
Trait Implementations§
Source§impl Clone for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Clone for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
Source§fn clone(&self) -> _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
fn clone(&self) -> _NCRYPT_VBS_ROOT_ATTESTATION_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_VBS_ROOT_ATTESTATION_HEADER
impl Ord for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
Source§fn cmp(&self, other: &_NCRYPT_VBS_ROOT_ATTESTATION_HEADER) -> Ordering
fn cmp(&self, other: &_NCRYPT_VBS_ROOT_ATTESTATION_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_VBS_ROOT_ATTESTATION_HEADER
impl PartialEq for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
Source§fn eq(&self, other: &_NCRYPT_VBS_ROOT_ATTESTATION_HEADER) -> bool
fn eq(&self, other: &_NCRYPT_VBS_ROOT_ATTESTATION_HEADER) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl PartialOrd for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Copy for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Eq for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl StructuralPartialEq for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
Auto Trait Implementations§
impl Freeze for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl RefUnwindSafe for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Send for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Sync for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl Unpin for _NCRYPT_VBS_ROOT_ATTESTATION_HEADER
impl UnwindSafe for _NCRYPT_VBS_ROOT_ATTESTATION_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