Struct UCalendarWallTimeOption
#[repr(transparent)]pub struct UCalendarWallTimeOption(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UCalendarWallTimeOption
impl Clone for UCalendarWallTimeOption
§fn clone(&self) -> UCalendarWallTimeOption
fn clone(&self) -> UCalendarWallTimeOption
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 UCalendarWallTimeOption
impl Debug for UCalendarWallTimeOption
§impl Default for UCalendarWallTimeOption
impl Default for UCalendarWallTimeOption
§fn default() -> UCalendarWallTimeOption
fn default() -> UCalendarWallTimeOption
Returns the “default value” for a type. Read more
§impl PartialEq for UCalendarWallTimeOption
impl PartialEq for UCalendarWallTimeOption
impl Copy for UCalendarWallTimeOption
impl Eq for UCalendarWallTimeOption
impl StructuralPartialEq for UCalendarWallTimeOption
Auto Trait Implementations§
impl Freeze for UCalendarWallTimeOption
impl RefUnwindSafe for UCalendarWallTimeOption
impl Send for UCalendarWallTimeOption
impl Sync for UCalendarWallTimeOption
impl Unpin for UCalendarWallTimeOption
impl UnwindSafe for UCalendarWallTimeOption
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