#[repr(C)]pub struct UA_AddNodesResult {
pub statusCode: UA_StatusCode,
pub addedNodeId: UA_NodeId,
}Fields§
§statusCode: UA_StatusCode§addedNodeId: UA_NodeIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_AddNodesResult
impl RefUnwindSafe for UA_AddNodesResult
impl !Send for UA_AddNodesResult
impl !Sync for UA_AddNodesResult
impl Unpin for UA_AddNodesResult
impl UnwindSafe for UA_AddNodesResult
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