Struct libyang2_sys::pcre2_callout_block_8
source · #[repr(C)]pub struct pcre2_callout_block_8 {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_SPTR8,
pub subject: PCRE2_SPTR8,
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_SPTR8,
pub callout_flags: u32,
}Fields
version: u32callout_number: u32capture_top: u32capture_last: u32offset_vector: *mut size_tmark: PCRE2_SPTR8subject: PCRE2_SPTR8subject_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_SPTR8callout_flags: u32Trait Implementations
sourceimpl Clone for pcre2_callout_block_8
impl Clone for pcre2_callout_block_8
sourcefn clone(&self) -> pcre2_callout_block_8
fn clone(&self) -> pcre2_callout_block_8
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for pcre2_callout_block_8
impl Debug for pcre2_callout_block_8
sourceimpl Default for pcre2_callout_block_8
impl Default for pcre2_callout_block_8
impl Copy for pcre2_callout_block_8
Auto Trait Implementations
impl RefUnwindSafe for pcre2_callout_block_8
impl !Send for pcre2_callout_block_8
impl !Sync for pcre2_callout_block_8
impl Unpin for pcre2_callout_block_8
impl UnwindSafe for pcre2_callout_block_8
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more