Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
cbDigest: u32
Trait Implementations
impl Clone for NCRYPT_PCP_RAW_POLICYDIGEST
impl Clone for NCRYPT_PCP_RAW_POLICYDIGEST
impl Copy for NCRYPT_PCP_RAW_POLICYDIGEST
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more