#[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§
Source§impl Clone for UA_WriteValue
impl Clone for UA_WriteValue
Source§fn clone(&self) -> UA_WriteValue
fn clone(&self) -> UA_WriteValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_WriteValue
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