Struct rb_sys::re_registers
source · [−]#[repr(C)]pub struct re_registers {
pub allocated: c_int,
pub num_regs: c_int,
pub beg: *mut OnigPosition,
pub end: *mut OnigPosition,
}Fields
allocated: c_intnum_regs: c_intbeg: *mut OnigPositionend: *mut OnigPositionTrait Implementations
sourceimpl Clone for re_registers
impl Clone for re_registers
sourcefn clone(&self) -> re_registers
fn clone(&self) -> re_registers
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 re_registers
impl Debug for re_registers
sourceimpl PartialEq<re_registers> for re_registers
impl PartialEq<re_registers> for re_registers
sourcefn eq(&self, other: &re_registers) -> bool
fn eq(&self, other: &re_registers) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &re_registers) -> bool
fn ne(&self, other: &re_registers) -> bool
This method tests for !=.
impl Copy for re_registers
impl Eq for re_registers
impl StructuralEq for re_registers
impl StructuralPartialEq for re_registers
Auto Trait Implementations
impl RefUnwindSafe for re_registers
impl !Send for re_registers
impl !Sync for re_registers
impl Unpin for re_registers
impl UnwindSafe for re_registers
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