Struct rb_sys::bindings::OnigCaseFoldCodeItem
source · [−]#[repr(C)]pub struct OnigCaseFoldCodeItem {
pub byte_len: c_int,
pub code_len: c_int,
pub code: [OnigCodePoint; 3],
}Fields
byte_len: c_intcode_len: c_intcode: [OnigCodePoint; 3]Trait Implementations
sourceimpl Clone for OnigCaseFoldCodeItem
impl Clone for OnigCaseFoldCodeItem
sourcefn clone(&self) -> OnigCaseFoldCodeItem
fn clone(&self) -> OnigCaseFoldCodeItem
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 OnigCaseFoldCodeItem
impl Debug for OnigCaseFoldCodeItem
sourceimpl PartialEq<OnigCaseFoldCodeItem> for OnigCaseFoldCodeItem
impl PartialEq<OnigCaseFoldCodeItem> for OnigCaseFoldCodeItem
sourcefn eq(&self, other: &OnigCaseFoldCodeItem) -> bool
fn eq(&self, other: &OnigCaseFoldCodeItem) -> bool
impl Copy for OnigCaseFoldCodeItem
impl Eq for OnigCaseFoldCodeItem
impl StructuralEq for OnigCaseFoldCodeItem
impl StructuralPartialEq for OnigCaseFoldCodeItem
Auto Trait Implementations
impl RefUnwindSafe for OnigCaseFoldCodeItem
impl Send for OnigCaseFoldCodeItem
impl Sync for OnigCaseFoldCodeItem
impl Unpin for OnigCaseFoldCodeItem
impl UnwindSafe for OnigCaseFoldCodeItem
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