Type Alias OTHERNAME

Source
pub type OTHERNAME = otherName_st;

Aliased Type§

struct OTHERNAME {
    pub type_id: *mut asn1_object_st,
    pub value: *mut asn1_type_st,
}

Fields§

§type_id: *mut asn1_object_st§value: *mut asn1_type_st

Trait Implementations

Source§

impl Clone for otherName_st

Source§

fn clone(&self) -> otherName_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 otherName_st

Source§

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

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

impl Copy for otherName_st