#[repr(C)]pub struct regmatch_info_aux {
pub info_aux_eval: *mut regmatch_info_aux_eval,
pub old_regmatch_state: *mut regmatch_state,
pub old_regmatch_slab: *mut regmatch_slab,
pub poscache: *mut c_char,
}
Fields§
§info_aux_eval: *mut regmatch_info_aux_eval
§old_regmatch_state: *mut regmatch_state
§old_regmatch_slab: *mut regmatch_slab
§poscache: *mut c_char
Trait Implementations§
Source§impl Clone for regmatch_info_aux
impl Clone for regmatch_info_aux
Source§fn clone(&self) -> regmatch_info_aux
fn clone(&self) -> regmatch_info_aux
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
impl Debug for regmatch_info_aux
impl Copy for regmatch_info_aux
Auto Trait Implementations§
impl Freeze for regmatch_info_aux
impl RefUnwindSafe for regmatch_info_aux
impl !Send for regmatch_info_aux
impl !Sync for regmatch_info_aux
impl Unpin for regmatch_info_aux
impl UnwindSafe for regmatch_info_aux
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