Struct boring_sys::POLICY_CONSTRAINTS_st
source · [−]#[repr(C)]pub struct POLICY_CONSTRAINTS_st {
pub requireExplicitPolicy: *mut ASN1_INTEGER,
pub inhibitPolicyMapping: *mut ASN1_INTEGER,
}Fields
requireExplicitPolicy: *mut ASN1_INTEGERinhibitPolicyMapping: *mut ASN1_INTEGERTrait Implementations
sourceimpl Clone for POLICY_CONSTRAINTS_st
impl Clone for POLICY_CONSTRAINTS_st
sourcefn clone(&self) -> POLICY_CONSTRAINTS_st
fn clone(&self) -> POLICY_CONSTRAINTS_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for POLICY_CONSTRAINTS_st
impl Debug for POLICY_CONSTRAINTS_st
sourceimpl Default for POLICY_CONSTRAINTS_st
impl Default for POLICY_CONSTRAINTS_st
sourceimpl PartialEq<POLICY_CONSTRAINTS_st> for POLICY_CONSTRAINTS_st
impl PartialEq<POLICY_CONSTRAINTS_st> for POLICY_CONSTRAINTS_st
sourcefn eq(&self, other: &POLICY_CONSTRAINTS_st) -> bool
fn eq(&self, other: &POLICY_CONSTRAINTS_st) -> bool
impl Copy for POLICY_CONSTRAINTS_st
impl Eq for POLICY_CONSTRAINTS_st
impl StructuralEq for POLICY_CONSTRAINTS_st
impl StructuralPartialEq for POLICY_CONSTRAINTS_st
Auto Trait Implementations
impl RefUnwindSafe for POLICY_CONSTRAINTS_st
impl !Send for POLICY_CONSTRAINTS_st
impl !Sync for POLICY_CONSTRAINTS_st
impl Unpin for POLICY_CONSTRAINTS_st
impl UnwindSafe for POLICY_CONSTRAINTS_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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