#[repr(C)]pub struct UA_AttributeOperand {
pub nodeId: UA_NodeId,
pub alias: UA_String,
pub browsePath: UA_RelativePath,
pub attributeId: UA_UInt32,
pub indexRange: UA_String,
}Fields§
§nodeId: UA_NodeId§alias: UA_String§browsePath: UA_RelativePath§attributeId: UA_UInt32§indexRange: UA_StringTrait Implementations§
Source§impl Clone for UA_AttributeOperand
impl Clone for UA_AttributeOperand
Source§fn clone(&self) -> UA_AttributeOperand
fn clone(&self) -> UA_AttributeOperand
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_AttributeOperand
Auto Trait Implementations§
impl Freeze for UA_AttributeOperand
impl RefUnwindSafe for UA_AttributeOperand
impl !Send for UA_AttributeOperand
impl !Sync for UA_AttributeOperand
impl Unpin for UA_AttributeOperand
impl UnwindSafe for UA_AttributeOperand
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