Type Alias boring_sys::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 Default for ASN1_ADB_st

source§

fn default() -> Self

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

impl PartialEq<ASN1_ADB_st> for ASN1_ADB_st

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for ASN1_ADB_st

source§

impl Eq for ASN1_ADB_st

source§

impl StructuralEq for ASN1_ADB_st

source§

impl StructuralPartialEq for ASN1_ADB_st