[][src]Union nginx::asn1_type_st__bindgen_ty_1

#[repr(C)]pub union asn1_type_st__bindgen_ty_1 {
    pub ptr: *mut c_char,
    pub boolean: ASN1_BOOLEAN,
    pub asn1_string: *mut ASN1_STRING,
    pub object: *mut ASN1_OBJECT,
    pub integer: *mut ASN1_INTEGER,
    pub enumerated: *mut ASN1_ENUMERATED,
    pub bit_string: *mut ASN1_BIT_STRING,
    pub octet_string: *mut ASN1_OCTET_STRING,
    pub printablestring: *mut ASN1_PRINTABLESTRING,
    pub t61string: *mut ASN1_T61STRING,
    pub ia5string: *mut ASN1_IA5STRING,
    pub generalstring: *mut ASN1_GENERALSTRING,
    pub bmpstring: *mut ASN1_BMPSTRING,
    pub universalstring: *mut ASN1_UNIVERSALSTRING,
    pub utctime: *mut ASN1_UTCTIME,
    pub generalizedtime: *mut ASN1_GENERALIZEDTIME,
    pub visiblestring: *mut ASN1_VISIBLESTRING,
    pub utf8string: *mut ASN1_UTF8STRING,
    pub set: *mut ASN1_STRING,
    pub sequence: *mut ASN1_STRING,
    pub asn1_value: *mut ASN1_VALUE,
    // some fields omitted
}

Fields

ptr: *mut c_charboolean: ASN1_BOOLEANasn1_string: *mut ASN1_STRINGobject: *mut ASN1_OBJECTinteger: *mut ASN1_INTEGERenumerated: *mut ASN1_ENUMERATEDbit_string: *mut ASN1_BIT_STRINGoctet_string: *mut ASN1_OCTET_STRINGprintablestring: *mut ASN1_PRINTABLESTRINGt61string: *mut ASN1_T61STRINGia5string: *mut ASN1_IA5STRINGgeneralstring: *mut ASN1_GENERALSTRINGbmpstring: *mut ASN1_BMPSTRINGuniversalstring: *mut ASN1_UNIVERSALSTRINGutctime: *mut ASN1_UTCTIMEgeneralizedtime: *mut ASN1_GENERALIZEDTIMEvisiblestring: *mut ASN1_VISIBLESTRINGutf8string: *mut ASN1_UTF8STRINGset: *mut ASN1_STRINGsequence: *mut ASN1_STRINGasn1_value: *mut ASN1_VALUE

Trait Implementations

impl Clone for asn1_type_st__bindgen_ty_1[src]

impl Copy for asn1_type_st__bindgen_ty_1[src]

Auto Trait Implementations

impl RefUnwindSafe for asn1_type_st__bindgen_ty_1

impl !Send for asn1_type_st__bindgen_ty_1

impl !Sync for asn1_type_st__bindgen_ty_1

impl Unpin for asn1_type_st__bindgen_ty_1

impl UnwindSafe for asn1_type_st__bindgen_ty_1

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.