Struct onig_sys::OnigMatchParam [] [src]

#[repr(C)]
pub struct OnigMatchParam { /* fields omitted */ }

Match Parameters Struct

This can be passed to onig_search_with_param and onig_match_with_param to control their behavior. Instances can be created with onig_new_match_param. The contents of the struct should not be modified directly.

Trait Implementations

Auto Trait Implementations