#[repr(C)]pub struct CERT_POLICY_CONSTRAINTS_INFO {
pub fRequireExplicitPolicy: BOOL,
pub dwRequireExplicitPolicySkipCerts: u32,
pub fInhibitPolicyMapping: BOOL,
pub dwInhibitPolicyMappingSkipCerts: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
fRequireExplicitPolicy: BOOL
dwRequireExplicitPolicySkipCerts: u32
fInhibitPolicyMapping: BOOL
dwInhibitPolicyMappingSkipCerts: u32
Trait Implementations
impl Clone for CERT_POLICY_CONSTRAINTS_INFO
impl Clone for CERT_POLICY_CONSTRAINTS_INFO
impl Copy for CERT_POLICY_CONSTRAINTS_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_POLICY_CONSTRAINTS_INFO
impl Send for CERT_POLICY_CONSTRAINTS_INFO
impl Sync for CERT_POLICY_CONSTRAINTS_INFO
impl Unpin for CERT_POLICY_CONSTRAINTS_INFO
impl UnwindSafe for CERT_POLICY_CONSTRAINTS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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