[][src]Struct nginx::v3_ext_method

#[repr(C)]pub struct v3_ext_method {
    pub ext_nid: c_int,
    pub ext_flags: c_int,
    pub it: *mut ASN1_ITEM_EXP,
    pub ext_new: X509V3_EXT_NEW,
    pub ext_free: X509V3_EXT_FREE,
    pub d2i: X509V3_EXT_D2I,
    pub i2d: X509V3_EXT_I2D,
    pub i2s: X509V3_EXT_I2S,
    pub s2i: X509V3_EXT_S2I,
    pub i2v: X509V3_EXT_I2V,
    pub v2i: X509V3_EXT_V2I,
    pub i2r: X509V3_EXT_I2R,
    pub r2i: X509V3_EXT_R2I,
    pub usr_data: *mut c_void,
}

Fields

ext_nid: c_intext_flags: c_intit: *mut ASN1_ITEM_EXPext_new: X509V3_EXT_NEWext_free: X509V3_EXT_FREEd2i: X509V3_EXT_D2Ii2d: X509V3_EXT_I2Di2s: X509V3_EXT_I2Ss2i: X509V3_EXT_S2Ii2v: X509V3_EXT_I2Vv2i: X509V3_EXT_V2Ii2r: X509V3_EXT_I2Rr2i: X509V3_EXT_R2Iusr_data: *mut c_void

Trait Implementations

impl Clone for v3_ext_method[src]

impl Copy for v3_ext_method[src]

impl Debug for v3_ext_method[src]

Auto Trait Implementations

impl RefUnwindSafe for v3_ext_method

impl !Send for v3_ext_method

impl !Sync for v3_ext_method

impl Unpin for v3_ext_method

impl UnwindSafe for v3_ext_method

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.