#[repr(u32)]pub enum UCalendarMonths {
Show 13 variants
UCAL_JANUARY = 0,
UCAL_FEBRUARY = 1,
UCAL_MARCH = 2,
UCAL_APRIL = 3,
UCAL_MAY = 4,
UCAL_JUNE = 5,
UCAL_JULY = 6,
UCAL_AUGUST = 7,
UCAL_SEPTEMBER = 8,
UCAL_OCTOBER = 9,
UCAL_NOVEMBER = 10,
UCAL_DECEMBER = 11,
UCAL_UNDECIMBER = 12,
}
Variants§
UCAL_JANUARY = 0
UCAL_FEBRUARY = 1
UCAL_MARCH = 2
UCAL_APRIL = 3
UCAL_MAY = 4
UCAL_JUNE = 5
UCAL_JULY = 6
UCAL_AUGUST = 7
UCAL_SEPTEMBER = 8
UCAL_OCTOBER = 9
UCAL_NOVEMBER = 10
UCAL_DECEMBER = 11
UCAL_UNDECIMBER = 12
Trait Implementations§
Source§impl Clone for UCalendarMonths
impl Clone for UCalendarMonths
Source§fn clone(&self) -> UCalendarMonths
fn clone(&self) -> UCalendarMonths
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 UCalendarMonths
impl Debug for UCalendarMonths
Source§impl Hash for UCalendarMonths
impl Hash for UCalendarMonths
Source§impl PartialEq for UCalendarMonths
impl PartialEq for UCalendarMonths
Source§impl PartialOrd for UCalendarMonths
impl PartialOrd for UCalendarMonths
impl Copy for UCalendarMonths
impl Eq for UCalendarMonths
impl StructuralPartialEq for UCalendarMonths
Auto Trait Implementations§
impl Freeze for UCalendarMonths
impl RefUnwindSafe for UCalendarMonths
impl Send for UCalendarMonths
impl Sync for UCalendarMonths
impl Unpin for UCalendarMonths
impl UnwindSafe for UCalendarMonths
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
)