Struct openssl_sys::DIST_POINT
source · [−]#[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 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
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