#[repr(C)]pub struct UA_GenericAttributeValue {
pub attributeId: UA_UInt32,
pub value: UA_Variant,
}Fields§
§attributeId: UA_UInt32§value: UA_VariantTrait Implementations§
Source§impl Debug for UA_GenericAttributeValue
impl Debug for UA_GenericAttributeValue
Auto Trait Implementations§
impl Freeze for UA_GenericAttributeValue
impl RefUnwindSafe for UA_GenericAttributeValue
impl !Send for UA_GenericAttributeValue
impl !Sync for UA_GenericAttributeValue
impl Unpin for UA_GenericAttributeValue
impl UnwindSafe for UA_GenericAttributeValue
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