Struct onig_sys::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,
}
Fields§
§esc: OnigCodePoint
§anychar: OnigCodePoint
§anytime: OnigCodePoint
§zero_or_one_time: OnigCodePoint
§one_or_more_time: OnigCodePoint
§anychar_anytime: OnigCodePoint
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 ==
.