Struct rb_sys::bindings::uncategorized::RRegexp
source · #[repr(C)]pub struct RRegexp {
pub basic: RBasic,
pub ptr: *mut re_pattern_buffer,
pub src: VALUE,
pub usecnt: c_ulong,
}Expand description
Generated by rb-sys for Ruby 3.0.2
Fields§
§basic: RBasicGenerated by rb-sys for Ruby 3.0.2
ptr: *mut re_pattern_bufferGenerated by rb-sys for Ruby 3.0.2
src: VALUEGenerated by rb-sys for Ruby 3.0.2
usecnt: c_ulongGenerated by rb-sys for Ruby 3.0.2
Trait Implementations§
source§impl PartialEq for RRegexp
impl PartialEq for RRegexp
impl Copy for RRegexp
impl Eq for RRegexp
impl StructuralPartialEq for RRegexp
Auto Trait Implementations§
impl RefUnwindSafe for RRegexp
impl !Send for RRegexp
impl !Sync for RRegexp
impl Unpin for RRegexp
impl UnwindSafe for RRegexp
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