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