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_OBJECT§subjectDomainPolicy: *mut ASN1_OBJECTTrait Implementations§
source§impl Clone for POLICY_MAPPING_st
impl Clone for POLICY_MAPPING_st
source§fn clone(&self) -> POLICY_MAPPING_st
fn clone(&self) -> POLICY_MAPPING_st
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 moresource§impl Debug for POLICY_MAPPING_st
impl Debug for POLICY_MAPPING_st
source§impl Default for POLICY_MAPPING_st
impl Default for POLICY_MAPPING_st
source§impl PartialEq<POLICY_MAPPING_st> for POLICY_MAPPING_st
impl PartialEq<POLICY_MAPPING_st> for POLICY_MAPPING_st
source§fn eq(&self, other: &POLICY_MAPPING_st) -> bool
fn eq(&self, other: &POLICY_MAPPING_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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