#[repr(C)]pub struct regexp_paren_pair {
pub start: isize,
pub end: isize,
pub start_tmp: isize,
}
Fields§
§start: isize
§end: isize
§start_tmp: isize
Trait Implementations§
Source§impl Clone for regexp_paren_pair
impl Clone for regexp_paren_pair
Source§fn clone(&self) -> regexp_paren_pair
fn clone(&self) -> regexp_paren_pair
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 regexp_paren_pair
impl Debug for regexp_paren_pair
impl Copy for regexp_paren_pair
Auto Trait Implementations§
impl Freeze for regexp_paren_pair
impl RefUnwindSafe for regexp_paren_pair
impl Send for regexp_paren_pair
impl Sync for regexp_paren_pair
impl Unpin for regexp_paren_pair
impl UnwindSafe for regexp_paren_pair
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