#[repr(C)]pub struct WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO {
pub Anonymous: WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0,
pub pChainContext: *mut CERT_CHAIN_CONTEXT,
pub dwSignerType: u32,
pub pMsgSignerInfo: *mut CMSG_SIGNER_INFO,
pub dwError: u32,
pub cCounterSigner: u32,
pub rgpCounterSigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§Anonymous: WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0
§pChainContext: *mut CERT_CHAIN_CONTEXT
§dwSignerType: u32
§pMsgSignerInfo: *mut CMSG_SIGNER_INFO
§dwError: u32
§cCounterSigner: u32
§rgpCounterSigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
Trait Implementations§
impl Copy for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
Auto Trait Implementations§
impl RefUnwindSafe for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
impl !Send for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
impl !Sync for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
impl Unpin for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
impl UnwindSafe for WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO
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