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: OnigCodePointTrait 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
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 ==.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