Struct onig_sys::OnigMetaCharTableType [] [src]

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

impl Copy for OnigMetaCharTableType
[src]

impl Clone for OnigMetaCharTableType
[src]

fn clone(&self) -> OnigMetaCharTableType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for OnigMetaCharTableType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.