Struct rb_sys::bindings::OnigCompileInfo
source · #[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§
§num_of_elements: c_int§pattern_enc: OnigEncoding§target_enc: OnigEncoding§syntax: *const OnigSyntaxType§option: OnigOptionType§case_fold_flag: OnigCaseFoldTypeTrait Implementations§
source§impl Clone for OnigCompileInfo
impl Clone for OnigCompileInfo
source§fn clone(&self) -> OnigCompileInfo
fn clone(&self) -> OnigCompileInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more