Struct rb_sys::bindings::uncategorized::rmatch
source · #[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 3.0.2
Fields§
§regs: re_registersGenerated by rb-sys for Ruby 3.0.2
char_offset: *mut rmatch_offsetGenerated by rb-sys for Ruby 3.0.2
char_offset_num_allocated: c_intGenerated by rb-sys for Ruby 3.0.2
Trait Implementations§
source§impl PartialEq for rmatch
impl PartialEq for rmatch
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§
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