Struct rb_sys::rmatch_offset
source · [−]Fields
beg: c_longend: c_longTrait Implementations
sourceimpl Clone for rmatch_offset
impl Clone for rmatch_offset
sourcefn clone(&self) -> rmatch_offset
fn clone(&self) -> rmatch_offset
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rmatch_offset
impl Debug for rmatch_offset
sourceimpl PartialEq<rmatch_offset> for rmatch_offset
impl PartialEq<rmatch_offset> for rmatch_offset
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &rmatch_offset) -> bool
fn ne(&self, other: &rmatch_offset) -> bool
This method tests for !=.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more