#[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§impl PartialOrd for UCPTrieValueWidth
impl PartialOrd for UCPTrieValueWidth
impl Copy for UCPTrieValueWidth
impl Eq for UCPTrieValueWidth
impl StructuralPartialEq for UCPTrieValueWidth
Auto Trait Implementations§
impl Freeze for UCPTrieValueWidth
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
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
)