#[repr(C)]pub struct regamatch_t {
pub nmatch: usize,
pub pmatch: *mut regmatch_t,
pub cost: c_int,
pub num_ins: c_int,
pub num_del: c_int,
pub num_subst: c_int,
}Fields§
§nmatch: usize§pmatch: *mut regmatch_t§cost: c_int§num_ins: c_int§num_del: c_int§num_subst: c_intTrait Implementations§
Source§impl Clone for regamatch_t
impl Clone for regamatch_t
Source§fn clone(&self) -> regamatch_t
fn clone(&self) -> regamatch_t
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 regamatch_t
impl Debug for regamatch_t
Source§impl Default for regamatch_t
impl Default for regamatch_t
impl Copy for regamatch_t
Auto Trait Implementations§
impl Freeze for regamatch_t
impl RefUnwindSafe for regamatch_t
impl !Send for regamatch_t
impl !Sync for regamatch_t
impl Unpin for regamatch_t
impl UnwindSafe for regamatch_t
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