Struct boring_sys::ISSUING_DIST_POINT_st
source · [−]#[repr(C)]pub struct ISSUING_DIST_POINT_st {
pub distpoint: *mut DIST_POINT_NAME,
pub onlyuser: c_int,
pub onlyCA: c_int,
pub onlysomereasons: *mut ASN1_BIT_STRING,
pub indirectCRL: c_int,
pub onlyattr: c_int,
}Fields
distpoint: *mut DIST_POINT_NAMEonlyuser: c_intonlyCA: c_intonlysomereasons: *mut ASN1_BIT_STRINGindirectCRL: c_intonlyattr: c_intTrait Implementations
sourceimpl Clone for ISSUING_DIST_POINT_st
impl Clone for ISSUING_DIST_POINT_st
sourcefn clone(&self) -> ISSUING_DIST_POINT_st
fn clone(&self) -> ISSUING_DIST_POINT_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 Debug for ISSUING_DIST_POINT_st
impl Debug for ISSUING_DIST_POINT_st
sourceimpl Default for ISSUING_DIST_POINT_st
impl Default for ISSUING_DIST_POINT_st
sourceimpl PartialEq<ISSUING_DIST_POINT_st> for ISSUING_DIST_POINT_st
impl PartialEq<ISSUING_DIST_POINT_st> for ISSUING_DIST_POINT_st
sourcefn eq(&self, other: &ISSUING_DIST_POINT_st) -> bool
fn eq(&self, other: &ISSUING_DIST_POINT_st) -> bool
impl Copy for ISSUING_DIST_POINT_st
impl Eq for ISSUING_DIST_POINT_st
impl StructuralEq for ISSUING_DIST_POINT_st
impl StructuralPartialEq for ISSUING_DIST_POINT_st
Auto Trait Implementations
impl RefUnwindSafe for ISSUING_DIST_POINT_st
impl !Send for ISSUING_DIST_POINT_st
impl !Sync for ISSUING_DIST_POINT_st
impl Unpin for ISSUING_DIST_POINT_st
impl UnwindSafe for ISSUING_DIST_POINT_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