#[repr(C)]pub struct UA_NodeId {
pub namespaceIndex: UA_UInt16,
pub identifierType: UA_NodeIdType,
pub identifier: UA_NodeId__bindgen_ty_1,
}Fields§
§namespaceIndex: UA_UInt16§identifierType: UA_NodeIdType§identifier: UA_NodeId__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_NodeId
impl RefUnwindSafe for UA_NodeId
impl !Send for UA_NodeId
impl !Sync for UA_NodeId
impl Unpin for UA_NodeId
impl UnwindSafe for UA_NodeId
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