#[repr(C)]
pub struct pcre2_callout_block_32 {
Show 16 fields pub version: u32, pub callout_number: u32, pub capture_top: u32, pub capture_last: u32, pub offset_vector: *mut size_t, pub mark: PCRE2_SPTR32, pub subject: PCRE2_SPTR32, pub subject_length: size_t, pub start_match: size_t, pub current_position: size_t, pub pattern_position: size_t, pub next_item_length: size_t, pub callout_string_offset: size_t, pub callout_string_length: size_t, pub callout_string: PCRE2_SPTR32, pub callout_flags: u32,
}

Fields

version: u32callout_number: u32capture_top: u32capture_last: u32offset_vector: *mut size_tmark: PCRE2_SPTR32subject: PCRE2_SPTR32subject_length: size_tstart_match: size_tcurrent_position: size_tpattern_position: size_tnext_item_length: size_tcallout_string_offset: size_tcallout_string_length: size_tcallout_string: PCRE2_SPTR32callout_flags: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.