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