#[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 mri-x86_64-linux-gnu-3.2.3
Fields§
§allocated: c_intGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
num_regs: c_intGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
beg: *mut OnigPositionGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
end: *mut OnigPositionGenerated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
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 duplicate 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 for re_registers
impl PartialEq for re_registers
impl Copy for re_registers
impl Eq for re_registers
impl StructuralPartialEq for re_registers
Auto Trait Implementations§
impl Freeze for re_registers
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