Struct open62541_sys::UA_EnumField
source · #[repr(C)]pub struct UA_EnumField {
pub value: UA_Int64,
pub displayName: UA_LocalizedText,
pub description: UA_LocalizedText,
pub name: UA_String,
}Fields§
§value: UA_Int64§displayName: UA_LocalizedText§description: UA_LocalizedText§name: UA_StringTrait Implementations§
source§impl Debug for UA_EnumField
impl Debug for UA_EnumField
Auto Trait Implementations§
impl Freeze for UA_EnumField
impl RefUnwindSafe for UA_EnumField
impl !Send for UA_EnumField
impl !Sync for UA_EnumField
impl Unpin for UA_EnumField
impl UnwindSafe for UA_EnumField
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