#[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: U8Trait 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 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 moreimpl Copy for regmatch_info_aux_eval
Source§impl Debug for regmatch_info_aux_eval
impl Debug for regmatch_info_aux_eval
impl Eq for regmatch_info_aux_eval
Source§impl Ord for regmatch_info_aux_eval
impl Ord for regmatch_info_aux_eval
Source§fn cmp(&self, other: ®match_info_aux_eval) -> Ordering
fn cmp(&self, other: ®match_info_aux_eval) -> 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 regmatch_info_aux_eval
impl PartialEq for regmatch_info_aux_eval
Source§impl PartialOrd for regmatch_info_aux_eval
impl PartialOrd for regmatch_info_aux_eval
impl StructuralPartialEq for regmatch_info_aux_eval
Auto Trait Implementations§
impl !Send for regmatch_info_aux_eval
impl !Sync for regmatch_info_aux_eval
impl Freeze for regmatch_info_aux_eval
impl RefUnwindSafe for regmatch_info_aux_eval
impl Unpin for regmatch_info_aux_eval
impl UnsafeUnpin 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