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_intpattern_enc: OnigEncodingtarget_enc: OnigEncodingsyntax: *const OnigSyntaxTypeoption: OnigOptionTypecase_fold_flag: OnigCaseFoldTypeTrait Implementations
sourceimpl Clone for OnigCompileInfo
impl Clone for OnigCompileInfo
sourcefn clone(&self) -> OnigCompileInfo
fn clone(&self) -> OnigCompileInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OnigCompileInfo
impl Debug for OnigCompileInfo
sourceimpl PartialEq<OnigCompileInfo> for OnigCompileInfo
impl PartialEq<OnigCompileInfo> for OnigCompileInfo
sourcefn eq(&self, other: &OnigCompileInfo) -> bool
fn eq(&self, other: &OnigCompileInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &OnigCompileInfo) -> bool
fn ne(&self, other: &OnigCompileInfo) -> bool
This method tests for !=.
impl Copy for OnigCompileInfo
impl Eq for OnigCompileInfo
impl StructuralEq for OnigCompileInfo
impl StructuralPartialEq for OnigCompileInfo
Auto Trait Implementations
impl RefUnwindSafe for OnigCompileInfo
impl !Send for OnigCompileInfo
impl !Sync for OnigCompileInfo
impl Unpin for OnigCompileInfo
impl UnwindSafe for OnigCompileInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more