#[repr(i32)]pub enum UCPTrieType {
UCPTRIE_TYPE_ANY = -1,
UCPTRIE_TYPE_FAST = 0,
UCPTRIE_TYPE_SMALL = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for UCPTrieType
impl Clone for UCPTrieType
Source§fn clone(&self) -> UCPTrieType
fn clone(&self) -> UCPTrieType
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 UCPTrieType
impl Debug for UCPTrieType
Source§impl Hash for UCPTrieType
impl Hash for UCPTrieType
Source§impl PartialEq for UCPTrieType
impl PartialEq for UCPTrieType
Source§impl PartialOrd for UCPTrieType
impl PartialOrd for UCPTrieType
impl Copy for UCPTrieType
impl Eq for UCPTrieType
impl StructuralPartialEq for UCPTrieType
Auto Trait Implementations§
impl Freeze for UCPTrieType
impl RefUnwindSafe for UCPTrieType
impl Send for UCPTrieType
impl Sync for UCPTrieType
impl Unpin for UCPTrieType
impl UnwindSafe for UCPTrieType
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
)