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