#[repr(C)]pub struct ASN1_AUX_st {
pub app_data: *mut c_void,
pub flags: u32,
pub ref_offset: c_int,
pub asn1_cb: ASN1_aux_cb,
pub enc_offset: c_int,
}
Fields§
§app_data: *mut c_void
§flags: u32
§ref_offset: c_int
§asn1_cb: ASN1_aux_cb
§enc_offset: c_int
Trait Implementations§
Source§impl Clone for ASN1_AUX_st
impl Clone for ASN1_AUX_st
Source§fn clone(&self) -> ASN1_AUX_st
fn clone(&self) -> ASN1_AUX_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_AUX_st
impl Debug for ASN1_AUX_st
Source§impl Default for ASN1_AUX_st
impl Default for ASN1_AUX_st
Source§impl PartialEq for ASN1_AUX_st
impl PartialEq for ASN1_AUX_st
impl Copy for ASN1_AUX_st
impl Eq for ASN1_AUX_st
impl StructuralPartialEq for ASN1_AUX_st
Auto Trait Implementations§
impl Freeze for ASN1_AUX_st
impl RefUnwindSafe for ASN1_AUX_st
impl !Send for ASN1_AUX_st
impl !Sync for ASN1_AUX_st
impl Unpin for ASN1_AUX_st
impl UnwindSafe for ASN1_AUX_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