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: i32

Generated by rb-sys for Ruby 3.0.2

§num_regs: i32

Generated by rb-sys for Ruby 3.0.2

§beg: *mut isize

Generated by rb-sys for Ruby 3.0.2

§end: *mut isize

Generated by rb-sys for Ruby 3.0.2