Struct onig_sys::OnigCaptureTreeNodeStruct
source · #[repr(C)]pub struct OnigCaptureTreeNodeStruct {
pub group: c_int,
pub beg: c_int,
pub end: c_int,
pub allocated: c_int,
pub num_childs: c_int,
pub childs: *mut *mut OnigCaptureTreeNodeStruct,
}
Fields§
§group: c_int
§beg: c_int
§end: c_int
§allocated: c_int
§num_childs: c_int
§childs: *mut *mut OnigCaptureTreeNodeStruct
Trait Implementations§
source§impl Clone for OnigCaptureTreeNodeStruct
impl Clone for OnigCaptureTreeNodeStruct
source§fn clone(&self) -> OnigCaptureTreeNodeStruct
fn clone(&self) -> OnigCaptureTreeNodeStruct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OnigCaptureTreeNodeStruct
impl Debug for OnigCaptureTreeNodeStruct
source§impl PartialEq<OnigCaptureTreeNodeStruct> for OnigCaptureTreeNodeStruct
impl PartialEq<OnigCaptureTreeNodeStruct> for OnigCaptureTreeNodeStruct
source§fn eq(&self, other: &OnigCaptureTreeNodeStruct) -> bool
fn eq(&self, other: &OnigCaptureTreeNodeStruct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.