Struct boring_sys::POLICY_MAPPING_st
source · [−]#[repr(C)]pub struct POLICY_MAPPING_st {
pub issuerDomainPolicy: *mut ASN1_OBJECT,
pub subjectDomainPolicy: *mut ASN1_OBJECT,
}Fields
issuerDomainPolicy: *mut ASN1_OBJECTsubjectDomainPolicy: *mut ASN1_OBJECTTrait Implementations
sourceimpl Clone for POLICY_MAPPING_st
impl Clone for POLICY_MAPPING_st
sourcefn clone(&self) -> POLICY_MAPPING_st
fn clone(&self) -> POLICY_MAPPING_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_MAPPING_st
impl Debug for POLICY_MAPPING_st
sourceimpl Default for POLICY_MAPPING_st
impl Default for POLICY_MAPPING_st
sourceimpl PartialEq<POLICY_MAPPING_st> for POLICY_MAPPING_st
impl PartialEq<POLICY_MAPPING_st> for POLICY_MAPPING_st
sourcefn eq(&self, other: &POLICY_MAPPING_st) -> bool
fn eq(&self, other: &POLICY_MAPPING_st) -> bool
impl Copy for POLICY_MAPPING_st
impl Eq for POLICY_MAPPING_st
impl StructuralEq for POLICY_MAPPING_st
impl StructuralPartialEq for POLICY_MAPPING_st
Auto Trait Implementations
impl RefUnwindSafe for POLICY_MAPPING_st
impl !Send for POLICY_MAPPING_st
impl !Sync for POLICY_MAPPING_st
impl Unpin for POLICY_MAPPING_st
impl UnwindSafe for POLICY_MAPPING_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