#[repr(C)]pub struct CERT_SELECT_CHAIN_PARA {
pub hChainEngine: HCERTCHAINENGINE,
pub pTime: *mut FILETIME,
pub hAdditionalStore: HCERTSTORE,
pub pChainPara: *mut CERT_CHAIN_PARA,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
hChainEngine: HCERTCHAINENGINE
pTime: *mut FILETIME
hAdditionalStore: HCERTSTORE
pChainPara: *mut CERT_CHAIN_PARA
dwFlags: u32
Trait Implementations
impl Clone for CERT_SELECT_CHAIN_PARA
impl Clone for CERT_SELECT_CHAIN_PARA
impl Copy for CERT_SELECT_CHAIN_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_SELECT_CHAIN_PARA
impl !Send for CERT_SELECT_CHAIN_PARA
impl !Sync for CERT_SELECT_CHAIN_PARA
impl Unpin for CERT_SELECT_CHAIN_PARA
impl UnwindSafe for CERT_SELECT_CHAIN_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