#[repr(C)]pub struct UA_WriteValue {
pub nodeId: UA_NodeId,
pub attributeId: UA_UInt32,
pub indexRange: UA_String,
pub value: UA_DataValue,
}Fields§
§nodeId: UA_NodeId§attributeId: UA_UInt32§indexRange: UA_String§value: UA_DataValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_WriteValue
impl RefUnwindSafe for UA_WriteValue
impl !Send for UA_WriteValue
impl !Sync for UA_WriteValue
impl Unpin for UA_WriteValue
impl UnwindSafe for UA_WriteValue
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