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