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