Struct rb_sys::bindings::OnigSyntaxType
source · #[repr(C)]pub struct OnigSyntaxType {
pub op: c_uint,
pub op2: c_uint,
pub behavior: c_uint,
pub options: OnigOptionType,
pub meta_char_table: OnigMetaCharTableType,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§op: c_uintGenerated by rb-sys for Ruby 3.0.0
op2: c_uintGenerated by rb-sys for Ruby 3.0.0
behavior: c_uintGenerated by rb-sys for Ruby 3.0.0
options: OnigOptionTypeGenerated by rb-sys for Ruby 3.0.0
meta_char_table: OnigMetaCharTableTypeGenerated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for OnigSyntaxType
impl Clone for OnigSyntaxType
source§fn clone(&self) -> OnigSyntaxType
fn clone(&self) -> OnigSyntaxType
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 OnigSyntaxType
impl Debug for OnigSyntaxType
source§impl PartialEq<OnigSyntaxType> for OnigSyntaxType
impl PartialEq<OnigSyntaxType> for OnigSyntaxType
source§fn eq(&self, other: &OnigSyntaxType) -> bool
fn eq(&self, other: &OnigSyntaxType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.