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_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 more