Struct scratchstack_wrapper_aws_lc::ASN1_ADB_st
source · #[repr(C)]pub struct ASN1_ADB_st {
pub flags: c_ulong,
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: c_ulong
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
sourceimpl Clone for ASN1_ADB_st
impl Clone for ASN1_ADB_st
sourcefn clone(&self) -> ASN1_ADB_st
fn clone(&self) -> ASN1_ADB_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ASN1_ADB_st
impl Debug for ASN1_ADB_st
sourceimpl Default for ASN1_ADB_st
impl Default for ASN1_ADB_st
sourceimpl PartialEq<ASN1_ADB_st> for ASN1_ADB_st
impl PartialEq<ASN1_ADB_st> for ASN1_ADB_st
sourcefn eq(&self, other: &ASN1_ADB_st) -> bool
fn eq(&self, other: &ASN1_ADB_st) -> bool
impl Copy for ASN1_ADB_st
impl Eq for ASN1_ADB_st
impl StructuralEq for ASN1_ADB_st
impl StructuralPartialEq for ASN1_ADB_st
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more