#[repr(C)]pub struct UCollationElements(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for UCollationElements
impl Clone for UCollationElements
Source§fn clone(&self) -> UCollationElements
fn clone(&self) -> UCollationElements
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 UCollationElements
impl Debug for UCollationElements
Source§impl Default for UCollationElements
impl Default for UCollationElements
Source§fn default() -> UCollationElements
fn default() -> UCollationElements
Returns the “default value” for a type. Read more
Source§impl PartialEq for UCollationElements
impl PartialEq for UCollationElements
impl Copy for UCollationElements
impl Eq for UCollationElements
impl StructuralPartialEq for UCollationElements
Auto Trait Implementations§
impl Freeze for UCollationElements
impl RefUnwindSafe for UCollationElements
impl Send for UCollationElements
impl Sync for UCollationElements
impl Unpin for UCollationElements
impl UnwindSafe for UCollationElements
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