#[repr(C)]pub struct regmatch_state {
pub resume_state: c_int,
pub locinput: *mut c_char,
pub loceol: *mut c_char,
pub sr0: *mut U8,
pub u: regmatch_state__bindgen_ty_1,
}Fields§
§resume_state: c_int§locinput: *mut c_char§loceol: *mut c_char§sr0: *mut U8§u: regmatch_state__bindgen_ty_1Trait Implementations§
Source§impl Clone for regmatch_state
impl Clone for regmatch_state
Source§fn clone(&self) -> regmatch_state
fn clone(&self) -> regmatch_state
Returns a duplicate 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_state
impl Debug for regmatch_state
impl Copy for regmatch_state
Auto Trait Implementations§
impl Freeze for regmatch_state
impl RefUnwindSafe for regmatch_state
impl !Send for regmatch_state
impl !Sync for regmatch_state
impl Unpin for regmatch_state
impl UnwindSafe for regmatch_state
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