Enum rust_icu_sys::UCharNameChoice
source · #[repr(u32)]pub enum UCharNameChoice {
U_UNICODE_CHAR_NAME = 0,
U_UNICODE_10_CHAR_NAME = 1,
U_EXTENDED_CHAR_NAME = 2,
U_CHAR_NAME_ALIAS = 3,
U_CHAR_NAME_CHOICE_COUNT = 4,
}
Variants§
U_UNICODE_CHAR_NAME = 0
U_UNICODE_10_CHAR_NAME = 1
U_EXTENDED_CHAR_NAME = 2
U_CHAR_NAME_ALIAS = 3
U_CHAR_NAME_CHOICE_COUNT = 4
Trait Implementations§
source§impl Clone for UCharNameChoice
impl Clone for UCharNameChoice
source§fn clone(&self) -> UCharNameChoice
fn clone(&self) -> UCharNameChoice
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 UCharNameChoice
impl Debug for UCharNameChoice
source§impl Hash for UCharNameChoice
impl Hash for UCharNameChoice
source§impl PartialEq for UCharNameChoice
impl PartialEq for UCharNameChoice
source§fn eq(&self, other: &UCharNameChoice) -> bool
fn eq(&self, other: &UCharNameChoice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UCharNameChoice
impl PartialOrd for UCharNameChoice
source§fn partial_cmp(&self, other: &UCharNameChoice) -> Option<Ordering>
fn partial_cmp(&self, other: &UCharNameChoice) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UCharNameChoice
impl Eq for UCharNameChoice
impl StructuralPartialEq for UCharNameChoice
Auto Trait Implementations§
impl RefUnwindSafe for UCharNameChoice
impl Send for UCharNameChoice
impl Sync for UCharNameChoice
impl Unpin for UCharNameChoice
impl UnwindSafe for UCharNameChoice
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