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