#[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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes