#[repr(u32)]pub enum UCalendarDisplayNameType {
UCAL_STANDARD = 0,
UCAL_SHORT_STANDARD = 1,
UCAL_DST = 2,
UCAL_SHORT_DST = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for UCalendarDisplayNameType
impl Clone for UCalendarDisplayNameType
Source§fn clone(&self) -> UCalendarDisplayNameType
fn clone(&self) -> UCalendarDisplayNameType
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 UCalendarDisplayNameType
impl Debug for UCalendarDisplayNameType
Source§impl Hash for UCalendarDisplayNameType
impl Hash for UCalendarDisplayNameType
Source§impl PartialEq for UCalendarDisplayNameType
impl PartialEq for UCalendarDisplayNameType
Source§impl PartialOrd for UCalendarDisplayNameType
impl PartialOrd for UCalendarDisplayNameType
impl Copy for UCalendarDisplayNameType
impl Eq for UCalendarDisplayNameType
impl StructuralPartialEq for UCalendarDisplayNameType
Auto Trait Implementations§
impl Freeze for UCalendarDisplayNameType
impl RefUnwindSafe for UCalendarDisplayNameType
impl Send for UCalendarDisplayNameType
impl Sync for UCalendarDisplayNameType
impl Unpin for UCalendarDisplayNameType
impl UnwindSafe for UCalendarDisplayNameType
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
)