#[repr(C)]pub struct DIST_POINT_st {
pub distpoint: *mut DIST_POINT_NAME,
pub reasons: *mut ASN1_BIT_STRING,
pub CRLissuer: *mut GENERAL_NAMES,
pub dp_reasons: c_int,
}
Fields
distpoint: *mut DIST_POINT_NAME
reasons: *mut ASN1_BIT_STRING
CRLissuer: *mut GENERAL_NAMES
dp_reasons: c_int
Trait Implementations
sourceimpl Clone for DIST_POINT_st
impl Clone for DIST_POINT_st
sourcefn clone(&self) -> DIST_POINT_st
fn clone(&self) -> DIST_POINT_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 DIST_POINT_st
impl Debug for DIST_POINT_st
sourceimpl Default for DIST_POINT_st
impl Default for DIST_POINT_st
sourceimpl PartialEq<DIST_POINT_st> for DIST_POINT_st
impl PartialEq<DIST_POINT_st> for DIST_POINT_st
sourcefn eq(&self, other: &DIST_POINT_st) -> bool
fn eq(&self, other: &DIST_POINT_st) -> bool
impl Copy for DIST_POINT_st
impl Eq for DIST_POINT_st
impl StructuralEq for DIST_POINT_st
impl StructuralPartialEq for DIST_POINT_st
Auto Trait Implementations
impl RefUnwindSafe for DIST_POINT_st
impl !Send for DIST_POINT_st
impl !Sync for DIST_POINT_st
impl Unpin for DIST_POINT_st
impl UnwindSafe for DIST_POINT_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