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