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