#[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§fn eq(&self, other: &UCalendarWeekdayType) -> bool
fn eq(&self, other: &UCalendarWeekdayType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UCalendarWeekdayType
impl PartialOrd for UCalendarWeekdayType
source§fn partial_cmp(&self, other: &UCalendarWeekdayType) -> Option<Ordering>
fn partial_cmp(&self, other: &UCalendarWeekdayType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UCalendarWeekdayType
impl Eq for UCalendarWeekdayType
impl StructuralPartialEq for UCalendarWeekdayType
Auto Trait Implementations§
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