#[repr(C)]pub struct UA_DecimalDataType {
pub scale: UA_Int16,
pub value: UA_ByteString,
}Fields§
§scale: UA_Int16§value: UA_ByteStringTrait Implementations§
Source§impl Debug for UA_DecimalDataType
impl Debug for UA_DecimalDataType
Auto Trait Implementations§
impl Freeze for UA_DecimalDataType
impl RefUnwindSafe for UA_DecimalDataType
impl !Send for UA_DecimalDataType
impl !Sync for UA_DecimalDataType
impl Unpin for UA_DecimalDataType
impl UnwindSafe for UA_DecimalDataType
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