Struct openssl_sys::DIST_POINT_NAME
source · #[repr(C)]pub struct DIST_POINT_NAME {
pub type_: c_int,
pub name: DIST_POINT_NAME_st_anon_union,
pub dpname: *mut X509_NAME,
}
Fields§
§type_: c_int
§name: DIST_POINT_NAME_st_anon_union
§dpname: *mut X509_NAME
Auto Trait Implementations§
impl Freeze for DIST_POINT_NAME
impl RefUnwindSafe for DIST_POINT_NAME
impl !Send for DIST_POINT_NAME
impl !Sync for DIST_POINT_NAME
impl Unpin for DIST_POINT_NAME
impl UnwindSafe for DIST_POINT_NAME
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