[−][src]Struct nginx::pcre32_callout_block
Fields
version: c_intcallout_number: c_intoffset_vector: *mut c_intsubject: *const c_uintsubject_length: c_intstart_match: c_intcurrent_position: c_intcapture_top: c_intcapture_last: c_intcallout_data: *mut c_voidpattern_position: c_intnext_item_length: c_intmark: *const c_uintTrait Implementations
impl Clone for pcre32_callout_block[src]
fn clone(&self) -> pcre32_callout_block[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for pcre32_callout_block[src]
impl Debug for pcre32_callout_block[src]
Auto Trait Implementations
impl RefUnwindSafe for pcre32_callout_block
impl !Send for pcre32_callout_block
impl !Sync for pcre32_callout_block
impl Unpin for pcre32_callout_block
impl UnwindSafe for pcre32_callout_block
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>,