#[repr(C)]pub struct ISSUING_DIST_POINT_st {
pub distpoint: *mut DIST_POINT_NAME,
pub onlyuser: ASN1_BOOLEAN,
pub onlyCA: ASN1_BOOLEAN,
pub onlysomereasons: *mut ASN1_BIT_STRING,
pub indirectCRL: ASN1_BOOLEAN,
pub onlyattr: ASN1_BOOLEAN,
}
Fields§
§distpoint: *mut DIST_POINT_NAME
§onlyuser: ASN1_BOOLEAN
§onlyCA: ASN1_BOOLEAN
§onlysomereasons: *mut ASN1_BIT_STRING
§indirectCRL: ASN1_BOOLEAN
§onlyattr: ASN1_BOOLEAN
Trait Implementations§
Source§impl Clone for ISSUING_DIST_POINT_st
impl Clone for ISSUING_DIST_POINT_st
Source§fn clone(&self) -> ISSUING_DIST_POINT_st
fn clone(&self) -> ISSUING_DIST_POINT_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ISSUING_DIST_POINT_st
impl Debug for ISSUING_DIST_POINT_st
Source§impl Default for ISSUING_DIST_POINT_st
impl Default for ISSUING_DIST_POINT_st
Source§impl PartialEq for ISSUING_DIST_POINT_st
impl PartialEq for ISSUING_DIST_POINT_st
impl Copy for ISSUING_DIST_POINT_st
impl Eq for ISSUING_DIST_POINT_st
impl StructuralPartialEq for ISSUING_DIST_POINT_st
Auto Trait Implementations§
impl Freeze for ISSUING_DIST_POINT_st
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§
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