Struct onig_sys::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_int
§code_len: c_int
§code: [OnigCodePoint; 3]
Trait Implementations§
source§impl Clone for OnigCaseFoldCodeItem
impl Clone for OnigCaseFoldCodeItem
source§fn clone(&self) -> OnigCaseFoldCodeItem
fn clone(&self) -> OnigCaseFoldCodeItem
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 moresource§impl Debug for OnigCaseFoldCodeItem
impl Debug for OnigCaseFoldCodeItem
source§impl PartialEq<OnigCaseFoldCodeItem> for OnigCaseFoldCodeItem
impl PartialEq<OnigCaseFoldCodeItem> for OnigCaseFoldCodeItem
source§fn eq(&self, other: &OnigCaseFoldCodeItem) -> bool
fn eq(&self, other: &OnigCaseFoldCodeItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.