#[repr(i32)]pub enum UColReorderCode {
UCOL_REORDER_CODE_DEFAULT = -1,
UCOL_REORDER_CODE_NONE = 103,
UCOL_REORDER_CODE_SPACE = 4_096,
UCOL_REORDER_CODE_PUNCTUATION = 4_097,
UCOL_REORDER_CODE_SYMBOL = 4_098,
UCOL_REORDER_CODE_CURRENCY = 4_099,
UCOL_REORDER_CODE_DIGIT = 4_100,
UCOL_REORDER_CODE_LIMIT = 4_101,
}
Variants§
UCOL_REORDER_CODE_DEFAULT = -1
UCOL_REORDER_CODE_NONE = 103
UCOL_REORDER_CODE_SPACE = 4_096
UCOL_REORDER_CODE_PUNCTUATION = 4_097
UCOL_REORDER_CODE_SYMBOL = 4_098
UCOL_REORDER_CODE_CURRENCY = 4_099
UCOL_REORDER_CODE_DIGIT = 4_100
UCOL_REORDER_CODE_LIMIT = 4_101
Implementations§
Source§impl UColReorderCode
impl UColReorderCode
pub const UCOL_REORDER_CODE_OTHERS: UColReorderCode = UColReorderCode::UCOL_REORDER_CODE_NONE
Source§impl UColReorderCode
impl UColReorderCode
pub const UCOL_REORDER_CODE_FIRST: UColReorderCode = UColReorderCode::UCOL_REORDER_CODE_SPACE
Trait Implementations§
Source§impl Clone for UColReorderCode
impl Clone for UColReorderCode
Source§fn clone(&self) -> UColReorderCode
fn clone(&self) -> UColReorderCode
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 UColReorderCode
impl Debug for UColReorderCode
Source§impl Hash for UColReorderCode
impl Hash for UColReorderCode
Source§impl PartialEq for UColReorderCode
impl PartialEq for UColReorderCode
Source§impl PartialOrd for UColReorderCode
impl PartialOrd for UColReorderCode
impl Copy for UColReorderCode
impl Eq for UColReorderCode
impl StructuralPartialEq for UColReorderCode
Auto Trait Implementations§
impl Freeze for UColReorderCode
impl RefUnwindSafe for UColReorderCode
impl Send for UColReorderCode
impl Sync for UColReorderCode
impl Unpin for UColReorderCode
impl UnwindSafe for UColReorderCode
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
)