#[repr(C)]pub struct UA_TranslateBrowsePathsToNodeIdsRequest {
pub requestHeader: UA_RequestHeader,
pub browsePathsSize: usize,
pub browsePaths: *mut UA_BrowsePath,
}Fields§
§requestHeader: UA_RequestHeader§browsePathsSize: usize§browsePaths: *mut UA_BrowsePathTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_TranslateBrowsePathsToNodeIdsRequest
impl RefUnwindSafe for UA_TranslateBrowsePathsToNodeIdsRequest
impl !Send for UA_TranslateBrowsePathsToNodeIdsRequest
impl !Sync for UA_TranslateBrowsePathsToNodeIdsRequest
impl Unpin for UA_TranslateBrowsePathsToNodeIdsRequest
impl UnwindSafe for UA_TranslateBrowsePathsToNodeIdsRequest
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