Struct open62541_sys::UA_BrowsePathResult
source · #[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 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