Struct rb_sys::bindings::OnigMetaCharTableType
source · #[repr(C)]pub struct OnigMetaCharTableType {
pub esc: OnigCodePoint,
pub anychar: OnigCodePoint,
pub anytime: OnigCodePoint,
pub zero_or_one_time: OnigCodePoint,
pub one_or_more_time: OnigCodePoint,
pub anychar_anytime: OnigCodePoint,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§esc: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
anychar: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
anytime: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
zero_or_one_time: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
one_or_more_time: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
anychar_anytime: OnigCodePointGenerated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for OnigMetaCharTableType
impl Clone for OnigMetaCharTableType
source§fn clone(&self) -> OnigMetaCharTableType
fn clone(&self) -> OnigMetaCharTableType
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 OnigMetaCharTableType
impl Debug for OnigMetaCharTableType
source§impl PartialEq<OnigMetaCharTableType> for OnigMetaCharTableType
impl PartialEq<OnigMetaCharTableType> for OnigMetaCharTableType
source§fn eq(&self, other: &OnigMetaCharTableType) -> bool
fn eq(&self, other: &OnigMetaCharTableType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.