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_stTrait Implementations§
source§impl Clone for ASN1_ADB_st
impl Clone for ASN1_ADB_st
source§fn clone(&self) -> ASN1_ADB_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ASN1_ADB_st
impl Debug for ASN1_ADB_st
source§impl Default for ASN1_ADB_st
impl Default for ASN1_ADB_st
source§impl PartialEq<ASN1_ADB_st> for ASN1_ADB_st
impl PartialEq<ASN1_ADB_st> for ASN1_ADB_st
source§fn eq(&self, other: &ASN1_ADB_st) -> bool
fn eq(&self, other: &ASN1_ADB_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.