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