#[repr(C)]pub struct UA_BrowsePathTarget {
pub targetId: UA_ExpandedNodeId,
pub remainingPathIndex: UA_UInt32,
}Fields§
§targetId: UA_ExpandedNodeId§remainingPathIndex: UA_UInt32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_BrowsePathTarget
impl RefUnwindSafe for UA_BrowsePathTarget
impl !Send for UA_BrowsePathTarget
impl !Sync for UA_BrowsePathTarget
impl Unpin for UA_BrowsePathTarget
impl UnwindSafe for UA_BrowsePathTarget
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