Struct onig_sys::OnigMetaCharTableType [−][src]
#[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: OnigCodePointanychar: OnigCodePointanytime: OnigCodePointzero_or_one_time: OnigCodePointone_or_more_time: OnigCodePointanychar_anytime: OnigCodePointTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OnigMetaCharTableTypeimpl Send for OnigMetaCharTableTypeimpl Sync for OnigMetaCharTableTypeimpl Unpin for OnigMetaCharTableTypeimpl UnwindSafe for OnigMetaCharTableTypeBlanket Implementations
Mutably borrows from an owned value. Read more