Struct rb_sys::bindings::rmatch_offset
source · #[repr(C)]pub struct rmatch_offset {
pub beg: c_long,
pub end: c_long,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§beg: c_longGenerated by rb-sys for Ruby 3.0.0
end: c_longGenerated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for rmatch_offset
impl Clone for rmatch_offset
source§fn clone(&self) -> rmatch_offset
fn clone(&self) -> rmatch_offset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for rmatch_offset
impl Debug for rmatch_offset
source§impl PartialEq<rmatch_offset> for rmatch_offset
impl PartialEq<rmatch_offset> for rmatch_offset
source§fn eq(&self, other: &rmatch_offset) -> bool
fn eq(&self, other: &rmatch_offset) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for rmatch_offset
impl Eq for rmatch_offset
impl StructuralEq for rmatch_offset
impl StructuralPartialEq for rmatch_offset
Auto Trait Implementations§
impl RefUnwindSafe for rmatch_offset
impl Send for rmatch_offset
impl Sync for rmatch_offset
impl Unpin for rmatch_offset
impl UnwindSafe for rmatch_offset
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