Struct onig_sys::OnigSyntaxType [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for OnigSyntaxType
[src]

[src]

Formats the value using the given formatter.

impl Clone for OnigSyntaxType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OnigSyntaxType
[src]