#[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_registers§“Registers” of a match. This is a quasi-opaque struct that holds
execution result of a match. Roughly resembles &~.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
char_offset: *mut rmatch_offset§char_offset_num_allocated: c_int§Number of ::rmatch_offset that ::rmatch::char_offset holds.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
Trait Implementations§
impl Copy for rmatch
impl Eq for rmatch
impl StructuralPartialEq for rmatch
Auto Trait Implementations§
impl Freeze for rmatch
impl RefUnwindSafe for rmatch
impl !Send for rmatch
impl !Sync for rmatch
impl Unpin for rmatch
impl UnwindSafe for rmatch
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)