#[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 for OnigCaseFoldCodeItem
impl PartialEq for OnigCaseFoldCodeItem
impl Copy for OnigCaseFoldCodeItem
impl Eq for OnigCaseFoldCodeItem
impl StructuralPartialEq for OnigCaseFoldCodeItem
Auto Trait Implementations§
impl Freeze for OnigCaseFoldCodeItem
impl RefUnwindSafe for OnigCaseFoldCodeItem
impl Send for OnigCaseFoldCodeItem
impl Sync for OnigCaseFoldCodeItem
impl Unpin for OnigCaseFoldCodeItem
impl UnwindSafe for OnigCaseFoldCodeItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)