Type Alias ASN1_TEMPLATE

Source
pub type ASN1_TEMPLATE = ASN1_TEMPLATE_st;

Aliased Type§

struct ASN1_TEMPLATE {
    pub flags: u32,
    pub tag: i32,
    pub offset: u64,
    pub field_name: *const i8,
    pub item: *const ASN1_ITEM_st,
}

Fields§

§flags: u32§tag: i32§offset: u64§field_name: *const i8§item: *const ASN1_ITEM_st

Trait Implementations

Source§

impl Clone for ASN1_TEMPLATE_st

Source§

fn clone(&self) -> ASN1_TEMPLATE_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 ASN1_TEMPLATE_st

Source§

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

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

impl Copy for ASN1_TEMPLATE_st