#[repr(C)]pub struct UA_NamespaceMapping {
pub namespaceUris: *mut UA_String,
pub namespaceUrisSize: usize,
pub local2remote: *mut UA_UInt16,
pub local2remoteSize: usize,
pub remote2local: *mut UA_UInt16,
pub remote2localSize: usize,
}Fields§
§namespaceUris: *mut UA_String§namespaceUrisSize: usize§local2remote: *mut UA_UInt16§local2remoteSize: usize§remote2local: *mut UA_UInt16§remote2localSize: usizeTrait Implementations§
Source§impl Debug for UA_NamespaceMapping
impl Debug for UA_NamespaceMapping
Auto Trait Implementations§
impl !Send for UA_NamespaceMapping
impl !Sync for UA_NamespaceMapping
impl Freeze for UA_NamespaceMapping
impl RefUnwindSafe for UA_NamespaceMapping
impl Unpin for UA_NamespaceMapping
impl UnsafeUnpin for UA_NamespaceMapping
impl UnwindSafe for UA_NamespaceMapping
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