Type Alias ACCESS_DESCRIPTION

Source
pub type ACCESS_DESCRIPTION = ACCESS_DESCRIPTION_st;

Aliased Type§

struct ACCESS_DESCRIPTION {
    pub method: *mut asn1_object_st,
    pub location: *mut GENERAL_NAME_st,
}

Fields§

§method: *mut asn1_object_st§location: *mut GENERAL_NAME_st

Trait Implementations

Source§

impl Clone for ACCESS_DESCRIPTION_st

Source§

fn clone(&self) -> ACCESS_DESCRIPTION_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 ACCESS_DESCRIPTION_st

Source§

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

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

impl Copy for ACCESS_DESCRIPTION_st