#[repr(C)]pub struct AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA {
pub cbSize: u32,
pub dwRegPolicySettings: u32,
pub pSignerInfo: *mut CMSG_SIGNER_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwRegPolicySettings: u32
pSignerInfo: *mut CMSG_SIGNER_INFO
Trait Implementations
impl Copy for AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
Auto Trait Implementations
impl RefUnwindSafe for AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
impl !Send for AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
impl !Sync for AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
impl Unpin for AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
impl UnwindSafe for AUTHENTICODE_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