[][src]Struct nginx::pcre32_extra

#[repr(C)]pub struct pcre32_extra {
    pub flags: c_ulong,
    pub study_data: *mut c_void,
    pub match_limit: c_ulong,
    pub callout_data: *mut c_void,
    pub tables: *const c_uchar,
    pub match_limit_recursion: c_ulong,
    pub mark: *mut *mut c_uint,
    pub executable_jit: *mut c_void,
}

Fields

flags: c_ulongstudy_data: *mut c_voidmatch_limit: c_ulongcallout_data: *mut c_voidtables: *const c_ucharmatch_limit_recursion: c_ulongmark: *mut *mut c_uintexecutable_jit: *mut c_void

Trait Implementations

impl Clone for pcre32_extra[src]

impl Copy for pcre32_extra[src]

impl Debug for pcre32_extra[src]

Auto Trait Implementations

impl RefUnwindSafe for pcre32_extra

impl !Send for pcre32_extra

impl !Sync for pcre32_extra

impl Unpin for pcre32_extra

impl UnwindSafe for pcre32_extra

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.