#[repr(C)]pub struct __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO {
pub dwVersion: DWORD,
pub iExpiration: INT32,
pub pabNonce: [BYTE; 32],
pub pabPolicyRef: [BYTE; 32],
pub pabHMAC: [BYTE; 32],
}
Fields§
§dwVersion: DWORD
§iExpiration: INT32
§pabNonce: [BYTE; 32]
§pabPolicyRef: [BYTE; 32]
§pabHMAC: [BYTE; 32]
Trait Implementations§
Source§impl Clone for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Clone for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
Source§fn clone(&self) -> __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
fn clone(&self) -> __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
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_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Ord for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
Source§fn cmp(&self, other: &__NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO) -> Ordering
fn cmp(&self, other: &__NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO) -> 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_PCP_HMAC_AUTH_SIGNATURE_INFO
impl PartialEq for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
Source§fn eq(&self, other: &__NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO) -> bool
fn eq(&self, other: &__NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl PartialOrd for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Copy for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Eq for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl StructuralPartialEq for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
Auto Trait Implementations§
impl Freeze for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl RefUnwindSafe for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Send for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Sync for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Unpin for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl UnwindSafe for __NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
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