Struct onig_sys::OnigSyntax [] [src]

pub struct OnigSyntax {
    pub op: c_uint,
    pub op2: c_uint,
    pub behavior: c_uint,
    pub options: c_uint,
    pub meta_char_table: OnigMetaCharTable,
}

Fields

op: c_uint op2: c_uint behavior: c_uint options: c_uint meta_char_table: OnigMetaCharTable

Trait Implementations

impl Copy for OnigSyntax
[src]

impl Clone for OnigSyntax
[src]

fn clone(&self) -> OnigSyntax

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

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

Formats the value using the given formatter.