Struct rb_sys::bindings::OnigSyntaxType
source · [−]#[repr(C)]pub struct OnigSyntaxType {
pub op: c_uint,
pub op2: c_uint,
pub behavior: c_uint,
pub options: OnigOptionType,
pub meta_char_table: OnigMetaCharTableType,
}Fields
op: c_uintop2: c_uintbehavior: c_uintoptions: OnigOptionTypemeta_char_table: OnigMetaCharTableTypeTrait Implementations
sourceimpl Clone for OnigSyntaxType
impl Clone for OnigSyntaxType
sourcefn clone(&self) -> OnigSyntaxType
fn clone(&self) -> OnigSyntaxType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OnigSyntaxType
impl Debug for OnigSyntaxType
sourceimpl PartialEq<OnigSyntaxType> for OnigSyntaxType
impl PartialEq<OnigSyntaxType> for OnigSyntaxType
sourcefn eq(&self, other: &OnigSyntaxType) -> bool
fn eq(&self, other: &OnigSyntaxType) -> bool
impl Copy for OnigSyntaxType
impl Eq for OnigSyntaxType
impl StructuralEq for OnigSyntaxType
impl StructuralPartialEq for OnigSyntaxType
Auto Trait Implementations
impl RefUnwindSafe for OnigSyntaxType
impl Send for OnigSyntaxType
impl Sync for OnigSyntaxType
impl Unpin for OnigSyntaxType
impl UnwindSafe for OnigSyntaxType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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