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