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