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