#[repr(C)]pub struct UA_EnumValueType {
pub value: UA_Int64,
pub displayName: UA_LocalizedText,
pub description: UA_LocalizedText,
}Fields§
§value: UA_Int64§displayName: UA_LocalizedText§description: UA_LocalizedTextTrait Implementations§
Source§impl Debug for UA_EnumValueType
impl Debug for UA_EnumValueType
Auto Trait Implementations§
impl Freeze for UA_EnumValueType
impl RefUnwindSafe for UA_EnumValueType
impl !Send for UA_EnumValueType
impl !Sync for UA_EnumValueType
impl Unpin for UA_EnumValueType
impl UnwindSafe for UA_EnumValueType
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