#[repr(C)]pub struct ASN1_ADB_st {
pub flags: u32,
pub offset: c_ulong,
pub unused: *mut ASN1_MUST_BE_NULL,
pub tbl: *const ASN1_ADB_TABLE,
pub tblcount: c_long,
pub default_tt: *const ASN1_TEMPLATE,
pub null_tt: *const ASN1_TEMPLATE,
}
Fields§
§flags: u32
§offset: c_ulong
§unused: *mut ASN1_MUST_BE_NULL
§tbl: *const ASN1_ADB_TABLE
§tblcount: c_long
§default_tt: *const ASN1_TEMPLATE
§null_tt: *const ASN1_TEMPLATE
Trait 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 for ASN1_ADB_st
impl PartialEq for ASN1_ADB_st
impl Copy for ASN1_ADB_st
impl Eq for ASN1_ADB_st
impl StructuralPartialEq for ASN1_ADB_st
Auto Trait Implementations§
impl Freeze for ASN1_ADB_st
impl RefUnwindSafe for ASN1_ADB_st
impl !Send for ASN1_ADB_st
impl !Sync for ASN1_ADB_st
impl Unpin for ASN1_ADB_st
impl UnwindSafe for ASN1_ADB_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more