#[repr(C)]pub struct UA_BrowsePath {
pub startingNode: UA_NodeId,
pub relativePath: UA_RelativePath,
}Fields§
§startingNode: UA_NodeId§relativePath: UA_RelativePathTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_BrowsePath
impl RefUnwindSafe for UA_BrowsePath
impl !Send for UA_BrowsePath
impl !Sync for UA_BrowsePath
impl Unpin for UA_BrowsePath
impl UnwindSafe for UA_BrowsePath
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