#[repr(C)]pub struct DIST_POINT_st {
pub distpoint: *mut DIST_POINT_NAME,
pub reasons: *mut ASN1_BIT_STRING,
pub CRLissuer: *mut GENERAL_NAMES,
}
Fields§
§distpoint: *mut DIST_POINT_NAME
§reasons: *mut ASN1_BIT_STRING
§CRLissuer: *mut GENERAL_NAMES
Trait Implementations§
Source§impl Clone for DIST_POINT_st
impl Clone for DIST_POINT_st
Source§fn clone(&self) -> DIST_POINT_st
fn clone(&self) -> 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 DIST_POINT_st
impl Debug for DIST_POINT_st
Source§impl Default for DIST_POINT_st
impl Default for DIST_POINT_st
Source§impl PartialEq for DIST_POINT_st
impl PartialEq for DIST_POINT_st
impl Copy for DIST_POINT_st
impl Eq for DIST_POINT_st
impl StructuralPartialEq for DIST_POINT_st
Auto Trait Implementations§
impl Freeze for DIST_POINT_st
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§
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