aws_lc_sys

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 Default for ASN1_ADB_st

Source§

fn default() -> Self

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

impl PartialEq for ASN1_ADB_st

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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 StructuralPartialEq for ASN1_ADB_st