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