Struct onig_sys::OnigCompileInfo [] [src]

pub struct OnigCompileInfo {
    pub num_of_elements: c_int,
    pub pattern_enc: *const OnigEncoding,
    pub target_enc: *const OnigEncoding,
    pub syntax: *const OnigSyntax,
    pub option: OnigOptions,
    pub case_fold_flag: OnigCaseFoldType,
}

Fields

num_of_elements: c_int pattern_enc: *const OnigEncoding target_enc: *const OnigEncoding syntax: *const OnigSyntax option: OnigOptions case_fold_flag: OnigCaseFoldType

Trait Implementations

impl Debug for OnigCompileInfo
[src]

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

Formats the value using the given formatter.