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

Trait Implementations

impl Debug for OnigMetaCharTableType
[src]

Formats the value using the given formatter.

impl Clone for OnigMetaCharTableType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OnigMetaCharTableType
[src]