#[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§impl PartialOrd for UPluralType
impl PartialOrd for UPluralType
impl 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§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
)