[][src]Union nginx::GENERAL_NAME_st__bindgen_ty_1

#[repr(C)]pub union GENERAL_NAME_st__bindgen_ty_1 {
    pub ptr: *mut c_char,
    pub otherName: *mut OTHERNAME,
    pub rfc822Name: *mut ASN1_IA5STRING,
    pub dNSName: *mut ASN1_IA5STRING,
    pub x400Address: *mut ASN1_TYPE,
    pub directoryName: *mut X509_NAME,
    pub ediPartyName: *mut EDIPARTYNAME,
    pub uniformResourceIdentifier: *mut ASN1_IA5STRING,
    pub iPAddress: *mut ASN1_OCTET_STRING,
    pub registeredID: *mut ASN1_OBJECT,
    pub ip: *mut ASN1_OCTET_STRING,
    pub dirn: *mut X509_NAME,
    pub ia5: *mut ASN1_IA5STRING,
    pub rid: *mut ASN1_OBJECT,
    pub other: *mut ASN1_TYPE,
    // some fields omitted
}

Fields

ptr: *mut c_charotherName: *mut OTHERNAMErfc822Name: *mut ASN1_IA5STRINGdNSName: *mut ASN1_IA5STRINGx400Address: *mut ASN1_TYPEdirectoryName: *mut X509_NAMEediPartyName: *mut EDIPARTYNAMEuniformResourceIdentifier: *mut ASN1_IA5STRINGiPAddress: *mut ASN1_OCTET_STRINGregisteredID: *mut ASN1_OBJECTip: *mut ASN1_OCTET_STRINGdirn: *mut X509_NAMEia5: *mut ASN1_IA5STRINGrid: *mut ASN1_OBJECTother: *mut ASN1_TYPE

Trait Implementations

impl Clone for GENERAL_NAME_st__bindgen_ty_1[src]

impl Copy for GENERAL_NAME_st__bindgen_ty_1[src]

Auto Trait Implementations

impl RefUnwindSafe for GENERAL_NAME_st__bindgen_ty_1

impl !Send for GENERAL_NAME_st__bindgen_ty_1

impl !Sync for GENERAL_NAME_st__bindgen_ty_1

impl Unpin for GENERAL_NAME_st__bindgen_ty_1

impl UnwindSafe for GENERAL_NAME_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.