#[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 for OnigMetaCharTableType
impl PartialEq for OnigMetaCharTableType
impl Copy for OnigMetaCharTableType
impl Eq for OnigMetaCharTableType
impl StructuralPartialEq for OnigMetaCharTableType
Auto Trait Implementations§
impl Freeze for OnigMetaCharTableType
impl RefUnwindSafe for OnigMetaCharTableType
impl Send for OnigMetaCharTableType
impl Sync for OnigMetaCharTableType
impl Unpin for OnigMetaCharTableType
impl UnwindSafe for OnigMetaCharTableType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more