Enum rust_icu_sys::UNormalizationMode
source ·
[−]#[repr(u32)]
pub enum UNormalizationMode {
UNORM_NONE,
UNORM_NFD,
UNORM_NFKD,
UNORM_NFC,
UNORM_NFKC,
UNORM_FCD,
UNORM_MODE_COUNT,
}Variants
UNORM_NONE
UNORM_NFD
UNORM_NFKD
UNORM_NFC
UNORM_NFKC
UNORM_FCD
UNORM_MODE_COUNT
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for UNormalizationMode
impl Send for UNormalizationMode
impl Sync for UNormalizationMode
impl Unpin for UNormalizationMode
impl UnwindSafe for UNormalizationMode
Blanket Implementations
Mutably borrows from an owned value. Read more
