#[repr(u32)]pub enum UColAttribute {
UCOL_FRENCH_COLLATION = 0,
UCOL_ALTERNATE_HANDLING = 1,
UCOL_CASE_FIRST = 2,
UCOL_CASE_LEVEL = 3,
UCOL_NORMALIZATION_MODE = 4,
UCOL_STRENGTH = 5,
UCOL_HIRAGANA_QUATERNARY_MODE = 6,
UCOL_NUMERIC_COLLATION = 7,
UCOL_ATTRIBUTE_COUNT = 8,
}
Variants§
UCOL_FRENCH_COLLATION = 0
UCOL_ALTERNATE_HANDLING = 1
UCOL_CASE_FIRST = 2
UCOL_CASE_LEVEL = 3
UCOL_NORMALIZATION_MODE = 4
UCOL_STRENGTH = 5
UCOL_HIRAGANA_QUATERNARY_MODE = 6
UCOL_NUMERIC_COLLATION = 7
UCOL_ATTRIBUTE_COUNT = 8
Implementations§
Source§impl UColAttribute
impl UColAttribute
pub const UCOL_DECOMPOSITION_MODE: UColAttribute = UColAttribute::UCOL_NORMALIZATION_MODE
Trait Implementations§
Source§impl Clone for UColAttribute
impl Clone for UColAttribute
Source§fn clone(&self) -> UColAttribute
fn clone(&self) -> UColAttribute
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 UColAttribute
impl Debug for UColAttribute
Source§impl Hash for UColAttribute
impl Hash for UColAttribute
Source§impl PartialEq for UColAttribute
impl PartialEq for UColAttribute
Source§impl PartialOrd for UColAttribute
impl PartialOrd for UColAttribute
impl Copy for UColAttribute
impl Eq for UColAttribute
impl StructuralPartialEq for UColAttribute
Auto Trait Implementations§
impl Freeze for UColAttribute
impl RefUnwindSafe for UColAttribute
impl Send for UColAttribute
impl Sync for UColAttribute
impl Unpin for UColAttribute
impl UnwindSafe for UColAttribute
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
)