#[repr(C)]pub struct UA_BrowsePathResult {
pub statusCode: UA_StatusCode,
pub targetsSize: usize,
pub targets: *mut UA_BrowsePathTarget,
}Fields§
§statusCode: UA_StatusCode§targetsSize: usize§targets: *mut UA_BrowsePathTargetTrait Implementations§
Source§impl Debug for UA_BrowsePathResult
impl Debug for UA_BrowsePathResult
Auto Trait Implementations§
impl Freeze for UA_BrowsePathResult
impl RefUnwindSafe for UA_BrowsePathResult
impl !Send for UA_BrowsePathResult
impl !Sync for UA_BrowsePathResult
impl Unpin for UA_BrowsePathResult
impl UnwindSafe for UA_BrowsePathResult
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