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