Struct onig_sys::OnigRegion [] [src]

pub struct OnigRegion {
    pub allocated: c_int,
    pub num_regs: c_int,
    pub beg: *const c_int,
    pub end: *const c_int,
    pub history_root: *const OnigCaptureTreeNode,
}

Fields

allocated: c_int num_regs: c_int beg: *const c_int end: *const c_int history_root: *const OnigCaptureTreeNode

Trait Implementations

impl Debug for OnigRegion
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.