aws_lc_sys

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 Default for ISSUING_DIST_POINT_st

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl PartialEq for ISSUING_DIST_POINT_st

Source§

fn eq(&self, other: &ISSUING_DIST_POINT_st) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for ISSUING_DIST_POINT_st

Source§

impl Eq for ISSUING_DIST_POINT_st

Source§

impl StructuralPartialEq for ISSUING_DIST_POINT_st