Struct libyang2_sys::pcre2_callout_block_16[][src]

#[repr(C)]
pub struct pcre2_callout_block_16 {
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_SPTR16, pub subject: PCRE2_SPTR16, 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_SPTR16, pub callout_flags: u32,
}

Fields

version: u32callout_number: u32capture_top: u32capture_last: u32offset_vector: *mut size_tmark: PCRE2_SPTR16subject: PCRE2_SPTR16subject_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_SPTR16callout_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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.