Enum rust_icu_sys::UPluralType
source · #[repr(u32)]pub enum UPluralType {
UPLURAL_TYPE_CARDINAL = 0,
UPLURAL_TYPE_ORDINAL = 1,
UPLURAL_TYPE_COUNT = 2,
}
Variants§
Trait Implementations§
source§impl Clone for UPluralType
impl Clone for UPluralType
source§fn clone(&self) -> UPluralType
fn clone(&self) -> UPluralType
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 UPluralType
impl Debug for UPluralType
source§impl Hash for UPluralType
impl Hash for UPluralType
source§impl PartialEq for UPluralType
impl PartialEq for UPluralType
source§fn eq(&self, other: &UPluralType) -> bool
fn eq(&self, other: &UPluralType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UPluralType
impl PartialOrd for UPluralType
source§fn partial_cmp(&self, other: &UPluralType) -> Option<Ordering>
fn partial_cmp(&self, other: &UPluralType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UPluralType
impl Eq for UPluralType
impl StructuralPartialEq for UPluralType
Auto Trait Implementations§
impl Freeze for UPluralType
impl RefUnwindSafe for UPluralType
impl Send for UPluralType
impl Sync for UPluralType
impl Unpin for UPluralType
impl UnwindSafe for UPluralType
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)