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