#[repr(u32)]pub enum UCalendarLimitType {
UCAL_MINIMUM = 0,
UCAL_MAXIMUM = 1,
UCAL_GREATEST_MINIMUM = 2,
UCAL_LEAST_MAXIMUM = 3,
UCAL_ACTUAL_MINIMUM = 4,
UCAL_ACTUAL_MAXIMUM = 5,
}
Variants§
UCAL_MINIMUM = 0
UCAL_MAXIMUM = 1
UCAL_GREATEST_MINIMUM = 2
UCAL_LEAST_MAXIMUM = 3
UCAL_ACTUAL_MINIMUM = 4
UCAL_ACTUAL_MAXIMUM = 5
Trait Implementations§
Source§impl Clone for UCalendarLimitType
impl Clone for UCalendarLimitType
Source§fn clone(&self) -> UCalendarLimitType
fn clone(&self) -> UCalendarLimitType
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 UCalendarLimitType
impl Debug for UCalendarLimitType
Source§impl Hash for UCalendarLimitType
impl Hash for UCalendarLimitType
Source§impl PartialEq for UCalendarLimitType
impl PartialEq for UCalendarLimitType
Source§impl PartialOrd for UCalendarLimitType
impl PartialOrd for UCalendarLimitType
impl Copy for UCalendarLimitType
impl Eq for UCalendarLimitType
impl StructuralPartialEq for UCalendarLimitType
Auto Trait Implementations§
impl Freeze for UCalendarLimitType
impl RefUnwindSafe for UCalendarLimitType
impl Send for UCalendarLimitType
impl Sync for UCalendarLimitType
impl Unpin for UCalendarLimitType
impl UnwindSafe for UCalendarLimitType
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
)