Struct onig_sys::OnigRegion
[−]
[src]
#[repr(C)]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]
impl Eq for OnigRegion[src]
impl PartialEq for OnigRegion[src]
fn eq(&self, __arg_0: &OnigRegion) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &OnigRegion) -> bool
This method tests for !=.