Struct boring_sys::ASN1_EXTERN_FUNCS_st
source · [−]#[repr(C)]pub struct ASN1_EXTERN_FUNCS_st {
pub app_data: *mut c_void,
pub asn1_ex_new: ASN1_ex_new_func,
pub asn1_ex_free: ASN1_ex_free_func,
pub asn1_ex_clear: ASN1_ex_free_func,
pub asn1_ex_d2i: ASN1_ex_d2i,
pub asn1_ex_i2d: ASN1_ex_i2d,
pub asn1_ex_print: ASN1_ex_print_func,
}Fields
app_data: *mut c_voidasn1_ex_new: ASN1_ex_new_funcasn1_ex_free: ASN1_ex_free_funcasn1_ex_clear: ASN1_ex_free_funcasn1_ex_d2i: ASN1_ex_d2iasn1_ex_i2d: ASN1_ex_i2dasn1_ex_print: ASN1_ex_print_funcTrait Implementations
sourceimpl Clone for ASN1_EXTERN_FUNCS_st
impl Clone for ASN1_EXTERN_FUNCS_st
sourcefn clone(&self) -> ASN1_EXTERN_FUNCS_st
fn clone(&self) -> ASN1_EXTERN_FUNCS_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_EXTERN_FUNCS_st
impl Debug for ASN1_EXTERN_FUNCS_st
sourceimpl Default for ASN1_EXTERN_FUNCS_st
impl Default for ASN1_EXTERN_FUNCS_st
sourceimpl PartialEq<ASN1_EXTERN_FUNCS_st> for ASN1_EXTERN_FUNCS_st
impl PartialEq<ASN1_EXTERN_FUNCS_st> for ASN1_EXTERN_FUNCS_st
sourcefn eq(&self, other: &ASN1_EXTERN_FUNCS_st) -> bool
fn eq(&self, other: &ASN1_EXTERN_FUNCS_st) -> bool
impl Copy for ASN1_EXTERN_FUNCS_st
impl Eq for ASN1_EXTERN_FUNCS_st
impl StructuralEq for ASN1_EXTERN_FUNCS_st
impl StructuralPartialEq for ASN1_EXTERN_FUNCS_st
Auto Trait Implementations
impl RefUnwindSafe for ASN1_EXTERN_FUNCS_st
impl !Send for ASN1_EXTERN_FUNCS_st
impl !Sync for ASN1_EXTERN_FUNCS_st
impl Unpin for ASN1_EXTERN_FUNCS_st
impl UnwindSafe for ASN1_EXTERN_FUNCS_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