#[repr(C)]pub struct UA_ExpandedNodeId {
pub nodeId: UA_NodeId,
pub namespaceUri: UA_String,
pub serverIndex: UA_UInt32,
}Fields§
§nodeId: UA_NodeId§namespaceUri: UA_String§serverIndex: UA_UInt32Trait Implementations§
Source§impl Clone for UA_ExpandedNodeId
impl Clone for UA_ExpandedNodeId
Source§fn clone(&self) -> UA_ExpandedNodeId
fn clone(&self) -> UA_ExpandedNodeId
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_ExpandedNodeId
Auto Trait Implementations§
impl Freeze for UA_ExpandedNodeId
impl RefUnwindSafe for UA_ExpandedNodeId
impl !Send for UA_ExpandedNodeId
impl !Sync for UA_ExpandedNodeId
impl Unpin for UA_ExpandedNodeId
impl UnwindSafe for UA_ExpandedNodeId
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