#[repr(C)]pub struct regmatch_info_aux_eval {
pub rex: *mut regexp,
pub curpm: *mut PMOP,
pub saved_copy: *mut SV,
pub subbeg: *mut c_char,
pub sublen: STRLEN,
pub suboffset: STRLEN,
pub subcoffset: STRLEN,
pub sv: *mut SV,
pub pos_magic: *mut MAGIC,
pub pos: isize,
pub pos_flags: U8,
}
Fields§
§rex: *mut regexp
§curpm: *mut PMOP
§saved_copy: *mut SV
§subbeg: *mut c_char
§sublen: STRLEN
§suboffset: STRLEN
§subcoffset: STRLEN
§sv: *mut SV
§pos_magic: *mut MAGIC
§pos: isize
§pos_flags: U8
Trait Implementations§
Source§impl Clone for regmatch_info_aux_eval
impl Clone for regmatch_info_aux_eval
Source§fn clone(&self) -> regmatch_info_aux_eval
fn clone(&self) -> regmatch_info_aux_eval
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 regmatch_info_aux_eval
impl Debug for regmatch_info_aux_eval
impl Copy for regmatch_info_aux_eval
Auto Trait Implementations§
impl Freeze for regmatch_info_aux_eval
impl RefUnwindSafe for regmatch_info_aux_eval
impl !Send for regmatch_info_aux_eval
impl !Sync for regmatch_info_aux_eval
impl Unpin for regmatch_info_aux_eval
impl UnwindSafe for regmatch_info_aux_eval
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