Type Alias ASN1_ADB

Source
pub type ASN1_ADB = ASN1_ADB_st;

Aliased Type§

struct ASN1_ADB {
    pub flags: u32,
    pub offset: u64,
    pub unused: *mut asn1_must_be_null_st,
    pub tbl: *const ASN1_ADB_TABLE_st,
    pub tblcount: i64,
    pub default_tt: *const ASN1_TEMPLATE_st,
    pub null_tt: *const ASN1_TEMPLATE_st,
}

Fields§

§flags: u32§offset: u64§unused: *mut asn1_must_be_null_st§tbl: *const ASN1_ADB_TABLE_st§tblcount: i64§default_tt: *const ASN1_TEMPLATE_st§null_tt: *const ASN1_TEMPLATE_st

Trait Implementations

Source§

impl Clone for ASN1_ADB_st

Source§

fn clone(&self) -> ASN1_ADB_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_ADB_st

Source§

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

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

impl Copy for ASN1_ADB_st