#[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
sourceimpl Clone for DIST_POINT_NAME_st
impl Clone for DIST_POINT_NAME_st
sourcefn clone(&self) -> DIST_POINT_NAME_st
fn clone(&self) -> DIST_POINT_NAME_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 Default for DIST_POINT_NAME_st
impl Default for DIST_POINT_NAME_st
impl Copy for DIST_POINT_NAME_st
Auto Trait Implementations
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
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