[−][src]Struct nginx::v3_ext_method
Fields
ext_nid: c_int
ext_flags: c_int
it: *mut ASN1_ITEM_EXP
ext_new: X509V3_EXT_NEW
ext_free: X509V3_EXT_FREE
d2i: X509V3_EXT_D2I
i2d: X509V3_EXT_I2D
i2s: X509V3_EXT_I2S
s2i: X509V3_EXT_S2I
i2v: X509V3_EXT_I2V
v2i: X509V3_EXT_V2I
i2r: X509V3_EXT_I2R
r2i: X509V3_EXT_R2I
usr_data: *mut c_void
Trait Implementations
impl Clone for v3_ext_method
[src]
fn clone(&self) -> v3_ext_method
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,