Struct libyang2_sys::pcre2_callout_block_32
source · #[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: u32Trait Implementations
sourceimpl Clone for pcre2_callout_block_32
impl Clone for pcre2_callout_block_32
sourcefn clone(&self) -> pcre2_callout_block_32
fn clone(&self) -> pcre2_callout_block_32
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_32
impl Debug for pcre2_callout_block_32
sourceimpl Default for pcre2_callout_block_32
impl Default for pcre2_callout_block_32
impl Copy for pcre2_callout_block_32
Auto Trait Implementations
impl RefUnwindSafe for pcre2_callout_block_32
impl !Send for pcre2_callout_block_32
impl !Sync for pcre2_callout_block_32
impl Unpin for pcre2_callout_block_32
impl UnwindSafe for pcre2_callout_block_32
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