Type Alias ISSUING_DIST_POINT

Source
pub type ISSUING_DIST_POINT = ISSUING_DIST_POINT_st;

Aliased Type§

struct ISSUING_DIST_POINT {
    pub distpoint: *mut DIST_POINT_NAME_st,
    pub onlyuser: i32,
    pub onlyCA: i32,
    pub onlysomereasons: *mut asn1_string_st,
    pub indirectCRL: i32,
    pub onlyattr: i32,
}

Fields§

§distpoint: *mut DIST_POINT_NAME_st§onlyuser: i32§onlyCA: i32§onlysomereasons: *mut asn1_string_st§indirectCRL: i32§onlyattr: i32

Trait Implementations

Source§

impl Clone for ISSUING_DIST_POINT_st

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for ISSUING_DIST_POINT_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for ISSUING_DIST_POINT_st