#[repr(C)]pub struct regexp_engine {Show 13 fields
pub comp: Option<unsafe extern "C" fn(*mut interpreter, *mut sv, u32) -> *mut p5rx>,
pub exec: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut i8, *mut i8, *mut i8, isize, *mut sv, *mut c_void, u32) -> i32>,
pub intuit: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut sv, *const i8, *mut i8, *mut i8, u32, *mut re_scream_pos_data_s) -> *mut i8>,
pub checkstr: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx) -> *mut sv>,
pub rxfree: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx)>,
pub numbered_buff_FETCH: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, i32, *mut sv)>,
pub numbered_buff_STORE: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, i32, *const sv)>,
pub numbered_buff_LENGTH: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *const sv, i32) -> i32>,
pub named_buff: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut sv, *mut sv, u32) -> *mut sv>,
pub named_buff_iter: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *const sv, u32) -> *mut sv>,
pub qr_package: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx) -> *mut sv>,
pub dupe: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut clone_params) -> *mut c_void>,
pub op_comp: Option<unsafe extern "C" fn(*mut interpreter, *mut *mut sv, i32, *mut op, *const regexp_engine, *mut p5rx, *mut bool, u32, u32) -> *mut p5rx>,
}Fields§
§comp: Option<unsafe extern "C" fn(*mut interpreter, *mut sv, u32) -> *mut p5rx>§exec: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut i8, *mut i8, *mut i8, isize, *mut sv, *mut c_void, u32) -> i32>§intuit: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut sv, *const i8, *mut i8, *mut i8, u32, *mut re_scream_pos_data_s) -> *mut i8>§checkstr: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx) -> *mut sv>§rxfree: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx)>§numbered_buff_FETCH: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, i32, *mut sv)>§numbered_buff_STORE: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, i32, *const sv)>§numbered_buff_LENGTH: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *const sv, i32) -> i32>§named_buff: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut sv, *mut sv, u32) -> *mut sv>§named_buff_iter: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *const sv, u32) -> *mut sv>§qr_package: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx) -> *mut sv>§dupe: Option<unsafe extern "C" fn(*mut interpreter, *mut p5rx, *mut clone_params) -> *mut c_void>§op_comp: Option<unsafe extern "C" fn(*mut interpreter, *mut *mut sv, i32, *mut op, *const regexp_engine, *mut p5rx, *mut bool, u32, u32) -> *mut p5rx>Trait Implementations§
Source§impl Clone for regexp_engine
impl Clone for regexp_engine
Source§fn clone(&self) -> regexp_engine
fn clone(&self) -> regexp_engine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 regexp_engine
impl Debug for regexp_engine
Source§impl Ord for regexp_engine
impl Ord for regexp_engine
Source§fn cmp(&self, other: ®exp_engine) -> Ordering
fn cmp(&self, other: ®exp_engine) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for regexp_engine
impl PartialEq for regexp_engine
Source§fn eq(&self, other: ®exp_engine) -> bool
fn eq(&self, other: ®exp_engine) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for regexp_engine
impl PartialOrd for regexp_engine
impl Copy for regexp_engine
impl Eq for regexp_engine
impl StructuralPartialEq for regexp_engine
Auto Trait Implementations§
impl Freeze for regexp_engine
impl RefUnwindSafe for regexp_engine
impl Send for regexp_engine
impl Sync for regexp_engine
impl Unpin for regexp_engine
impl UnsafeUnpin for regexp_engine
impl UnwindSafe for regexp_engine
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