#[repr(C)]pub struct AA_DIST_POINT_st {
pub distpoint: *mut DIST_POINT_NAME_st,
pub reasons: *mut asn1_string_st,
pub dp_reasons: i32,
pub indirectCRL: i32,
pub containsUserAttributeCerts: i32,
pub containsAACerts: i32,
pub containsSOAPublicKeyCerts: i32,
}
Fields§
§distpoint: *mut DIST_POINT_NAME_st
§reasons: *mut asn1_string_st
§dp_reasons: i32
§indirectCRL: i32
§containsUserAttributeCerts: i32
§containsAACerts: i32
§containsSOAPublicKeyCerts: i32
Trait Implementations§
Source§impl Clone for AA_DIST_POINT_st
impl Clone for AA_DIST_POINT_st
Source§fn clone(&self) -> AA_DIST_POINT_st
fn clone(&self) -> AA_DIST_POINT_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 AA_DIST_POINT_st
impl Debug for AA_DIST_POINT_st
impl Copy for AA_DIST_POINT_st
Auto Trait Implementations§
impl Freeze for AA_DIST_POINT_st
impl RefUnwindSafe for AA_DIST_POINT_st
impl !Send for AA_DIST_POINT_st
impl !Sync for AA_DIST_POINT_st
impl Unpin for AA_DIST_POINT_st
impl UnwindSafe for AA_DIST_POINT_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