#[repr(C)]pub struct DIST_POINT_NAME_st {
pub type_: c_int,
pub name: DIST_POINT_NAME_st__bindgen_ty_1,
pub dpname: *mut X509_NAME,
}
Fields§
§type_: c_int
§name: DIST_POINT_NAME_st__bindgen_ty_1
§dpname: *mut X509_NAME
Trait Implementations§
Source§impl Clone for DIST_POINT_NAME_st
impl Clone for DIST_POINT_NAME_st
Source§fn clone(&self) -> DIST_POINT_NAME_st
fn clone(&self) -> DIST_POINT_NAME_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 Default for DIST_POINT_NAME_st
impl Default for DIST_POINT_NAME_st
impl Copy for DIST_POINT_NAME_st
Auto Trait Implementations§
impl Freeze for DIST_POINT_NAME_st
impl RefUnwindSafe for DIST_POINT_NAME_st
impl !Send for DIST_POINT_NAME_st
impl !Sync for DIST_POINT_NAME_st
impl Unpin for DIST_POINT_NAME_st
impl UnwindSafe for DIST_POINT_NAME_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