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