#[repr(C)]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: DWORD§dwError: DWORD§lChainIndex: LONG§lElementIndex: LONG§pvExtraPolicyStatus: *mut c_voidTrait Implementations§
Source§impl Clone for _CERT_CHAIN_POLICY_STATUS
impl Clone for _CERT_CHAIN_POLICY_STATUS
Source§fn clone(&self) -> _CERT_CHAIN_POLICY_STATUS
fn clone(&self) -> _CERT_CHAIN_POLICY_STATUS
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 Debug for _CERT_CHAIN_POLICY_STATUS
impl Debug for _CERT_CHAIN_POLICY_STATUS
impl Copy for _CERT_CHAIN_POLICY_STATUS
Auto Trait Implementations§
impl Freeze for _CERT_CHAIN_POLICY_STATUS
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§
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