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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)