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