Struct winapi::wincrypt::CERT_CHAIN_POLICY_STATUS
[−]
[src]
pub struct CERT_CHAIN_POLICY_STATUS {
pub cbSize: DWORD,
pub dwError: DWORD,
pub lChainIndex: LONG,
pub lElementIndex: LONG,
pub pvExtraPolicyStatus: *mut c_void,
}Fields
cbSize | |
dwError | |
lChainIndex | |
lElementIndex | |
pvExtraPolicyStatus |
Trait Implementations
impl Copy for CERT_CHAIN_POLICY_STATUS[src]
impl Clone for CERT_CHAIN_POLICY_STATUS[src]
fn clone(&self) -> CERT_CHAIN_POLICY_STATUS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more