Struct rb_sys::bindings::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,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§allocated: c_intGenerated by rb-sys for Ruby 3.0.0
num_regs: c_intGenerated by rb-sys for Ruby 3.0.0
beg: *mut OnigPositionGenerated by rb-sys for Ruby 3.0.0
end: *mut OnigPositionGenerated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for re_registers
impl Clone for re_registers
source§fn clone(&self) -> re_registers
fn clone(&self) -> re_registers
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 re_registers
impl Debug for re_registers
source§impl PartialEq<re_registers> for re_registers
impl PartialEq<re_registers> for re_registers
source§fn 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 ==.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§
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