Struct onig_sys::OnigCaptureTreeNode [] [src]

pub struct OnigCaptureTreeNode {
    pub group: c_int,
    pub beg: c_int,
    pub end: c_int,
    pub allocated: c_int,
    pub num_childs: c_int,
    pub childs: *const *const OnigCaptureTreeNode,
}

Fields

group: c_int beg: c_int end: c_int allocated: c_int num_childs: c_int childs: *const *const OnigCaptureTreeNode

Trait Implementations

impl Debug for OnigCaptureTreeNode
[src]

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

Formats the value using the given formatter.