#[repr(C)]pub struct rmatch {
pub regs: re_registers,
pub char_offset: *mut rmatch_offset,
pub char_offset_num_allocated: c_int,
}Fields
regs: re_registerschar_offset: *mut rmatch_offsetchar_offset_num_allocated: c_intTrait Implementations
impl Copy for rmatch
impl Eq for rmatch
impl StructuralEq for rmatch
impl StructuralPartialEq for rmatch
Auto Trait Implementations
impl RefUnwindSafe for rmatch
impl !Send for rmatch
impl !Sync for rmatch
impl Unpin for rmatch
impl UnwindSafe for rmatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more