#[repr(C)]pub struct rmatch {
pub regs: re_registers,
pub char_offset: *mut rmatch_offset,
pub char_offset_num_allocated: c_int,
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Fields§
§regs: re_registersGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
char_offset: *mut rmatch_offsetGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
char_offset_num_allocated: c_intGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
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§
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