Struct UCalendarWeekdayType
#[repr(transparent)]pub struct UCalendarWeekdayType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UCalendarWeekdayType
impl Clone for UCalendarWeekdayType
§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 more§impl Debug for UCalendarWeekdayType
impl Debug for UCalendarWeekdayType
§impl Default for UCalendarWeekdayType
impl Default for UCalendarWeekdayType
§fn default() -> UCalendarWeekdayType
fn default() -> UCalendarWeekdayType
Returns the “default value” for a type. Read more
§impl PartialEq for UCalendarWeekdayType
impl PartialEq 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