#[repr(C)]pub struct UA_CurrencyUnitType {
pub numericCode: UA_Int16,
pub exponent: UA_SByte,
pub alphabeticCode: UA_String,
pub currency: UA_LocalizedText,
}Fields§
§numericCode: UA_Int16§exponent: UA_SByte§alphabeticCode: UA_String§currency: UA_LocalizedTextTrait Implementations§
Source§impl Debug for UA_CurrencyUnitType
impl Debug for UA_CurrencyUnitType
Auto Trait Implementations§
impl Freeze for UA_CurrencyUnitType
impl RefUnwindSafe for UA_CurrencyUnitType
impl !Send for UA_CurrencyUnitType
impl !Sync for UA_CurrencyUnitType
impl Unpin for UA_CurrencyUnitType
impl UnwindSafe for UA_CurrencyUnitType
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