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