Struct boring_sys::ASN1_EXTERN_FUNCS_st[][src]

#[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_func

Trait Implementations

impl Clone for ASN1_EXTERN_FUNCS_st[src]

impl Copy for ASN1_EXTERN_FUNCS_st[src]

impl Debug for ASN1_EXTERN_FUNCS_st[src]

impl Default for ASN1_EXTERN_FUNCS_st[src]

impl Eq for ASN1_EXTERN_FUNCS_st[src]

impl PartialEq<ASN1_EXTERN_FUNCS_st> for ASN1_EXTERN_FUNCS_st[src]

impl StructuralEq for ASN1_EXTERN_FUNCS_st[src]

impl StructuralPartialEq for ASN1_EXTERN_FUNCS_st[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.