#[repr(C)]pub struct CERT_CHAIN_POLICY_STATUS {
pub cbSize: u32,
pub dwError: u32,
pub lChainIndex: i32,
pub lElementIndex: i32,
pub pvExtraPolicyStatus: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwError: u32
lChainIndex: i32
lElementIndex: i32
pvExtraPolicyStatus: *mut c_void
Trait Implementations
impl Clone for CERT_CHAIN_POLICY_STATUS
impl Clone for CERT_CHAIN_POLICY_STATUS
impl Copy for CERT_CHAIN_POLICY_STATUS
Auto Trait Implementations
impl RefUnwindSafe for CERT_CHAIN_POLICY_STATUS
impl !Send for CERT_CHAIN_POLICY_STATUS
impl !Sync for CERT_CHAIN_POLICY_STATUS
impl Unpin for CERT_CHAIN_POLICY_STATUS
impl UnwindSafe for CERT_CHAIN_POLICY_STATUS
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