#[repr(transparent)]pub struct UNumberFormatTextAttribute(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for UNumberFormatTextAttribute
impl Abi for UNumberFormatTextAttribute
Source§type Abi = UNumberFormatTextAttribute
type Abi = UNumberFormatTextAttribute
The abi representation of the implementing type. Read more
type DefaultType = UNumberFormatTextAttribute
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UNumberFormatTextAttribute
impl Clone for UNumberFormatTextAttribute
Source§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 moreSource§impl Debug for UNumberFormatTextAttribute
impl Debug for UNumberFormatTextAttribute
Source§impl Default for UNumberFormatTextAttribute
impl Default for UNumberFormatTextAttribute
Source§fn default() -> UNumberFormatTextAttribute
fn default() -> UNumberFormatTextAttribute
Returns the “default value” for a type. Read more
Source§impl From<i32> for UNumberFormatTextAttribute
impl From<i32> 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