#[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 usize,
pub mark: *const u16,
pub subject: *const u16,
pub subject_length: usize,
pub start_match: usize,
pub current_position: usize,
pub pattern_position: usize,
pub next_item_length: usize,
pub callout_string_offset: usize,
pub callout_string_length: usize,
pub callout_string: *const u16,
pub callout_flags: u32,
}
Fields§
§version: u32
§callout_number: u32
§capture_top: u32
§capture_last: u32
§offset_vector: *mut usize
§mark: *const u16
§subject: *const u16
§subject_length: usize
§start_match: usize
§current_position: usize
§pattern_position: usize
§next_item_length: usize
§callout_string_offset: usize
§callout_string_length: usize
§callout_string: *const u16
§callout_flags: u32
Trait Implementations§
Source§impl Clone for pcre2_callout_block_16
impl Clone for pcre2_callout_block_16
Source§fn clone(&self) -> pcre2_callout_block_16
fn clone(&self) -> pcre2_callout_block_16
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for pcre2_callout_block_16
impl Debug for pcre2_callout_block_16
impl Copy for pcre2_callout_block_16
Auto Trait Implementations§
impl Freeze for pcre2_callout_block_16
impl RefUnwindSafe for pcre2_callout_block_16
impl !Send for pcre2_callout_block_16
impl !Sync for pcre2_callout_block_16
impl Unpin for pcre2_callout_block_16
impl UnwindSafe for pcre2_callout_block_16
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more