Struct EV_EXTRA_CERT_CHAIN_POLICY_PARA
#[repr(C)]pub struct EV_EXTRA_CERT_CHAIN_POLICY_PARA {
pub cbSize: u32,
pub dwRootProgramQualifierFlags: CERT_ROOT_PROGRAM_FLAGS,
}
Fields§
§cbSize: u32
§dwRootProgramQualifierFlags: CERT_ROOT_PROGRAM_FLAGS
Trait Implementations§
§impl Clone for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Clone for EV_EXTRA_CERT_CHAIN_POLICY_PARA
§fn clone(&self) -> EV_EXTRA_CERT_CHAIN_POLICY_PARA
fn clone(&self) -> EV_EXTRA_CERT_CHAIN_POLICY_PARA
Returns a copy 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 moreimpl Copy for EV_EXTRA_CERT_CHAIN_POLICY_PARA
Auto Trait Implementations§
impl Freeze for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl RefUnwindSafe for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Send for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Sync for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl Unpin for EV_EXTRA_CERT_CHAIN_POLICY_PARA
impl UnwindSafe for EV_EXTRA_CERT_CHAIN_POLICY_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