#[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§
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