#[repr(C)]pub struct UA_PortableQualifiedName {
pub namespaceUri: UA_String,
pub name: UA_String,
}Fields§
§namespaceUri: UA_String§name: UA_StringTrait Implementations§
Source§impl Debug for UA_PortableQualifiedName
impl Debug for UA_PortableQualifiedName
Auto Trait Implementations§
impl Freeze for UA_PortableQualifiedName
impl RefUnwindSafe for UA_PortableQualifiedName
impl !Send for UA_PortableQualifiedName
impl !Sync for UA_PortableQualifiedName
impl Unpin for UA_PortableQualifiedName
impl UnwindSafe for UA_PortableQualifiedName
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