#[repr(C)]pub struct UA_SimpleAttributeOperand {
pub typeDefinitionId: UA_NodeId,
pub browsePathSize: usize,
pub browsePath: *mut UA_QualifiedName,
pub attributeId: UA_UInt32,
pub indexRange: UA_String,
}Fields§
§typeDefinitionId: UA_NodeId§browsePathSize: usize§browsePath: *mut UA_QualifiedName§attributeId: UA_UInt32§indexRange: UA_StringTrait Implementations§
Source§impl Clone for UA_SimpleAttributeOperand
impl Clone for UA_SimpleAttributeOperand
Source§fn clone(&self) -> UA_SimpleAttributeOperand
fn clone(&self) -> UA_SimpleAttributeOperand
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_SimpleAttributeOperand
Auto Trait Implementations§
impl Freeze for UA_SimpleAttributeOperand
impl RefUnwindSafe for UA_SimpleAttributeOperand
impl !Send for UA_SimpleAttributeOperand
impl !Sync for UA_SimpleAttributeOperand
impl Unpin for UA_SimpleAttributeOperand
impl UnwindSafe for UA_SimpleAttributeOperand
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