Struct onig_sys::OnigCompileInfo [] [src]

#[repr(C)]
pub struct OnigCompileInfo { pub num_of_elements: c_int, pub pattern_enc: OnigEncoding, pub target_enc: OnigEncoding, pub syntax: *const OnigSyntaxType, pub option: OnigOptionType, pub case_fold_flag: OnigCaseFoldType, }

Fields

Trait Implementations

impl Debug for OnigCompileInfo
[src]

[src]

Formats the value using the given formatter.