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

Trait Implementations

impl Debug for OnigRegion
[src]

[src]

Formats the value using the given formatter.

impl Eq for OnigRegion
[src]

impl PartialEq for OnigRegion
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.