Struct onig_sys::OnigSyntaxType [] [src]

pub struct OnigSyntaxType {
    pub op: c_uint,
    pub op2: c_uint,
    pub behavior: c_uint,
    pub options: c_uint,
    pub meta_char_table: OnigMetaCharTableType,
}

Fields

op: c_uint op2: c_uint behavior: c_uint options: c_uint meta_char_table: OnigMetaCharTableType

Trait Implementations

impl Copy for OnigSyntaxType
[src]

impl Clone for OnigSyntaxType
[src]

fn clone(&self) -> OnigSyntaxType

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 OnigSyntaxType
[src]

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

Formats the value using the given formatter.