#[repr(C)]pub struct EV_EXTRA_CERT_CHAIN_POLICY_PARA {
pub cbSize: u32,
pub dwRootProgramQualifierFlags: CERT_ROOT_PROGRAM_FLAGS,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwRootProgramQualifierFlags: CERT_ROOT_PROGRAM_FLAGS
Trait Implementations
impl Clone for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Clone for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Copy for EV_EXTRA_CERT_CHAIN_POLICY_PARA
Auto Trait Implementations
impl RefUnwindSafe for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Send for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Sync for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Unpin for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl UnwindSafe for EV_EXTRA_CERT_CHAIN_POLICY_PARA
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