#[repr(C)]pub struct RMatch {
pub basic: RBasic,
pub str_: VALUE,
pub rmatch: *mut rmatch,
pub regexp: VALUE,
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Fields§
§basic: RBasicGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
str_: VALUEGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
rmatch: *mut rmatchGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
regexp: VALUEGenerated 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