Struct onig_sys::OnigCaptureTreeNode[][src]

#[repr(C)]
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

Trait Implementations

impl Debug for OnigCaptureTreeNode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations