pub type OnigRegion = re_registers;
Aliased Type§
struct OnigRegion {
pub allocated: i32,
pub num_regs: i32,
pub beg: *mut i32,
pub end: *mut i32,
pub history_root: *mut OnigCaptureTreeNodeStruct,
}
Fields§
§allocated: i32
§num_regs: i32
§beg: *mut i32
§end: *mut i32
§history_root: *mut OnigCaptureTreeNodeStruct