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