#[repr(C)]pub struct UA_DataTypeDescription {
pub dataTypeId: UA_NodeId,
pub name: UA_QualifiedName,
}Fields§
§dataTypeId: UA_NodeId§name: UA_QualifiedNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataTypeDescription
impl RefUnwindSafe for UA_DataTypeDescription
impl !Send for UA_DataTypeDescription
impl !Sync for UA_DataTypeDescription
impl Unpin for UA_DataTypeDescription
impl UnwindSafe for UA_DataTypeDescription
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