OnigRegion

Type Alias OnigRegion 

Source
pub type OnigRegion = re_registers;
Expand description

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

Aliased Type§

#[repr(C)]
pub struct OnigRegion { pub allocated: i32, pub num_regs: i32, pub beg: *mut isize, pub end: *mut isize, }

Fields§

§allocated: i32

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§num_regs: i32

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§beg: *mut isize

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§end: *mut isize

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3