Type Alias rb_sys::bindings::uncategorized::OnigRegion
source · pub type OnigRegion = re_registers;Expand description
Generated by rb-sys for Ruby 3.0.2
Aliased Type§
struct OnigRegion {
pub allocated: i32,
pub num_regs: i32,
pub beg: *mut isize,
pub end: *mut isize,
}Fields§
§allocated: i32Generated by rb-sys for Ruby 3.0.2
num_regs: i32Generated by rb-sys for Ruby 3.0.2
beg: *mut isizeGenerated by rb-sys for Ruby 3.0.2
end: *mut isizeGenerated by rb-sys for Ruby 3.0.2