#[repr(C)]pub struct DIST_POINT {
pub distpoint: *mut DIST_POINT_NAME,
pub reasons: *mut ASN1_BIT_STRING,
pub CRLissuer: *mut stack_st_GENERAL_NAME,
pub dp_reasons: c_int,
}
Fields§
§distpoint: *mut DIST_POINT_NAME
§reasons: *mut ASN1_BIT_STRING
§CRLissuer: *mut stack_st_GENERAL_NAME
§dp_reasons: c_int
Auto Trait Implementations§
impl Freeze for DIST_POINT
impl RefUnwindSafe for DIST_POINT
impl !Send for DIST_POINT
impl !Sync for DIST_POINT
impl Unpin for DIST_POINT
impl UnwindSafe for DIST_POINT
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: 32 bytes