Skip to main content

OnigRegion

Type Alias OnigRegion 

Source
pub type OnigRegion = re_registers;
Expand description

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

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.3.8

§num_regs: i32

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

§beg: *mut isize

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

§end: *mut isize

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