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