#[repr(C)]pub struct CERT_CHAIN_PARA {
pub cbSize: DWORD,
pub RequestedUsage: CERT_USAGE_MATCH,
pub RequestedIssuancePolicy: CERT_USAGE_MATCH,
pub dwUrlRetrievalTimeout: DWORD,
pub fCheckRevocationFreshnessTime: BOOL,
pub dwRevocationFreshnessTime: DWORD,
pub pftCacheResync: LPFILETIME,
pub pStrongSignPara: PCCERT_STRONG_SIGN_PARA,
pub dwStrongSignFlags: DWORD,
}
Fields§
§cbSize: DWORD
§RequestedUsage: CERT_USAGE_MATCH
§RequestedIssuancePolicy: CERT_USAGE_MATCH
§dwUrlRetrievalTimeout: DWORD
§fCheckRevocationFreshnessTime: BOOL
§dwRevocationFreshnessTime: DWORD
§pftCacheResync: LPFILETIME
§pStrongSignPara: PCCERT_STRONG_SIGN_PARA
§dwStrongSignFlags: DWORD
Trait Implementations§
Source§impl Clone for CERT_CHAIN_PARA
impl Clone for CERT_CHAIN_PARA
Source§fn clone(&self) -> CERT_CHAIN_PARA
fn clone(&self) -> CERT_CHAIN_PARA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CERT_CHAIN_PARA
impl Default for CERT_CHAIN_PARA
Source§fn default() -> CERT_CHAIN_PARA
fn default() -> CERT_CHAIN_PARA
Returns the “default value” for a type. Read more
impl Copy for CERT_CHAIN_PARA
Auto Trait Implementations§
impl Freeze for CERT_CHAIN_PARA
impl RefUnwindSafe for CERT_CHAIN_PARA
impl !Send for CERT_CHAIN_PARA
impl !Sync for CERT_CHAIN_PARA
impl Unpin for CERT_CHAIN_PARA
impl UnwindSafe for CERT_CHAIN_PARA
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