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