Enum rust_icu_sys::UCPTrieValueWidth
source · #[repr(i32)]pub enum UCPTrieValueWidth {
UCPTRIE_VALUE_BITS_ANY = -1,
UCPTRIE_VALUE_BITS_16 = 0,
UCPTRIE_VALUE_BITS_32 = 1,
UCPTRIE_VALUE_BITS_8 = 2,
}
Variants§
UCPTRIE_VALUE_BITS_ANY = -1
UCPTRIE_VALUE_BITS_16 = 0
UCPTRIE_VALUE_BITS_32 = 1
UCPTRIE_VALUE_BITS_8 = 2
Trait Implementations§
source§impl Clone for UCPTrieValueWidth
impl Clone for UCPTrieValueWidth
source§fn clone(&self) -> UCPTrieValueWidth
fn clone(&self) -> UCPTrieValueWidth
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 UCPTrieValueWidth
impl Debug for UCPTrieValueWidth
source§impl Hash for UCPTrieValueWidth
impl Hash for UCPTrieValueWidth
source§impl PartialEq for UCPTrieValueWidth
impl PartialEq for UCPTrieValueWidth
source§fn eq(&self, other: &UCPTrieValueWidth) -> bool
fn eq(&self, other: &UCPTrieValueWidth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UCPTrieValueWidth
impl PartialOrd for UCPTrieValueWidth
source§fn partial_cmp(&self, other: &UCPTrieValueWidth) -> Option<Ordering>
fn partial_cmp(&self, other: &UCPTrieValueWidth) -> 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 UCPTrieValueWidth
impl Eq for UCPTrieValueWidth
impl StructuralPartialEq for UCPTrieValueWidth
Auto Trait Implementations§
impl RefUnwindSafe for UCPTrieValueWidth
impl Send for UCPTrieValueWidth
impl Sync for UCPTrieValueWidth
impl Unpin for UCPTrieValueWidth
impl UnwindSafe for UCPTrieValueWidth
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