Struct icu::properties::props::IndicSyllabicCategory
source · #[repr(transparent)]pub struct IndicSyllabicCategory(/* private fields */);
Expand description
Property Indic_Syllabic_Category. See UAX #44: https://www.unicode.org/reports/tr44/#Indic_Syllabic_Category.
The numeric value is compatible with UIndicSyllabicCategory
in ICU4C.
Implementations§
source§impl IndicSyllabicCategory
impl IndicSyllabicCategory
pub const Other: IndicSyllabicCategory = _
pub const Avagraha: IndicSyllabicCategory = _
pub const Bindu: IndicSyllabicCategory = _
pub const BrahmiJoiningNumber: IndicSyllabicCategory = _
pub const CantillationMark: IndicSyllabicCategory = _
pub const Consonant: IndicSyllabicCategory = _
pub const ConsonantDead: IndicSyllabicCategory = _
pub const ConsonantFinal: IndicSyllabicCategory = _
pub const ConsonantHeadLetter: IndicSyllabicCategory = _
pub const ConsonantInitialPostfixed: IndicSyllabicCategory = _
pub const ConsonantKiller: IndicSyllabicCategory = _
pub const ConsonantMedial: IndicSyllabicCategory = _
pub const ConsonantPlaceholder: IndicSyllabicCategory = _
pub const ConsonantPrecedingRepha: IndicSyllabicCategory = _
pub const ConsonantPrefixed: IndicSyllabicCategory = _
pub const ConsonantSucceedingRepha: IndicSyllabicCategory = _
pub const ConsonantSubjoined: IndicSyllabicCategory = _
pub const ConsonantWithStacker: IndicSyllabicCategory = _
pub const GeminationMark: IndicSyllabicCategory = _
pub const InvisibleStacker: IndicSyllabicCategory = _
pub const Joiner: IndicSyllabicCategory = _
pub const ModifyingLetter: IndicSyllabicCategory = _
pub const NonJoiner: IndicSyllabicCategory = _
pub const Nukta: IndicSyllabicCategory = _
pub const Number: IndicSyllabicCategory = _
pub const NumberJoiner: IndicSyllabicCategory = _
pub const PureKiller: IndicSyllabicCategory = _
pub const RegisterShifter: IndicSyllabicCategory = _
pub const SyllableModifier: IndicSyllabicCategory = _
pub const ToneLetter: IndicSyllabicCategory = _
pub const ToneMark: IndicSyllabicCategory = _
pub const Virama: IndicSyllabicCategory = _
pub const Visarga: IndicSyllabicCategory = _
pub const Vowel: IndicSyllabicCategory = _
pub const VowelDependent: IndicSyllabicCategory = _
pub const VowelIndependent: IndicSyllabicCategory = _
pub const ReorderingKiller: IndicSyllabicCategory = _
Trait Implementations§
source§impl AsULE for IndicSyllabicCategory
impl AsULE for IndicSyllabicCategory
source§fn to_unaligned(self) -> <IndicSyllabicCategory as AsULE>::ULE
fn to_unaligned(self) -> <IndicSyllabicCategory as AsULE>::ULE
source§fn from_unaligned(
unaligned: <IndicSyllabicCategory as AsULE>::ULE,
) -> IndicSyllabicCategory
fn from_unaligned( unaligned: <IndicSyllabicCategory as AsULE>::ULE, ) -> IndicSyllabicCategory
source§impl Bake for IndicSyllabicCategory
impl Bake for IndicSyllabicCategory
source§fn bake(&self, env: &CrateEnv) -> TokenStream
fn bake(&self, env: &CrateEnv) -> TokenStream
source§impl BakeSize for IndicSyllabicCategory
impl BakeSize for IndicSyllabicCategory
source§fn borrows_size(&self) -> usize
fn borrows_size(&self) -> usize
Returns the size
source§impl Clone for IndicSyllabicCategory
impl Clone for IndicSyllabicCategory
source§fn clone(&self) -> IndicSyllabicCategory
fn clone(&self) -> IndicSyllabicCategory
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 IndicSyllabicCategory
impl Debug for IndicSyllabicCategory
source§impl<'de> Deserialize<'de> for IndicSyllabicCategory
impl<'de> Deserialize<'de> for IndicSyllabicCategory
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<IndicSyllabicCategory, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<IndicSyllabicCategory, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for IndicSyllabicCategory
impl Hash for IndicSyllabicCategory
source§impl Ord for IndicSyllabicCategory
impl Ord for IndicSyllabicCategory
source§fn cmp(&self, other: &IndicSyllabicCategory) -> Ordering
fn cmp(&self, other: &IndicSyllabicCategory) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IndicSyllabicCategory
impl PartialEq for IndicSyllabicCategory
source§impl PartialOrd for IndicSyllabicCategory
impl PartialOrd for IndicSyllabicCategory
source§impl Serialize for IndicSyllabicCategory
impl Serialize for IndicSyllabicCategory
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl TrieValue for IndicSyllabicCategory
impl TrieValue for IndicSyllabicCategory
source§type TryFromU32Error = TryFromIntError
type TryFromU32Error = TryFromIntError
Last-resort fallback value to return if we cannot read data from the trie. Read more
source§fn try_from_u32(
i: u32,
) -> Result<IndicSyllabicCategory, <IndicSyllabicCategory as TrieValue>::TryFromU32Error>
fn try_from_u32( i: u32, ) -> Result<IndicSyllabicCategory, <IndicSyllabicCategory as TrieValue>::TryFromU32Error>
A parsing function that is primarily motivated by deserialization contexts.
When the serialization type width is smaller than 32 bits, then it is expected
that the call site will widen the value to a
u32
first.impl Copy for IndicSyllabicCategory
impl Eq for IndicSyllabicCategory
impl NamedEnumeratedProperty for IndicSyllabicCategory
impl ParseableEnumeratedProperty for IndicSyllabicCategory
impl StructuralPartialEq for IndicSyllabicCategory
Auto Trait Implementations§
impl Freeze for IndicSyllabicCategory
impl RefUnwindSafe for IndicSyllabicCategory
impl Send for IndicSyllabicCategory
impl Sync for IndicSyllabicCategory
impl Unpin for IndicSyllabicCategory
impl UnwindSafe for IndicSyllabicCategory
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
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more