#[repr(C)]pub struct UA_DataSetMetaDataType {Show 14 fields
pub namespacesSize: usize,
pub namespaces: *mut UA_String,
pub structureDataTypesSize: usize,
pub structureDataTypes: *mut UA_StructureDescription,
pub enumDataTypesSize: usize,
pub enumDataTypes: *mut UA_EnumDescription,
pub simpleDataTypesSize: usize,
pub simpleDataTypes: *mut UA_SimpleTypeDescription,
pub name: UA_String,
pub description: UA_LocalizedText,
pub fieldsSize: usize,
pub fields: *mut UA_FieldMetaData,
pub dataSetClassId: UA_Guid,
pub configurationVersion: UA_ConfigurationVersionDataType,
}Fields§
§namespacesSize: usize§namespaces: *mut UA_String§structureDataTypesSize: usize§structureDataTypes: *mut UA_StructureDescription§enumDataTypesSize: usize§enumDataTypes: *mut UA_EnumDescription§simpleDataTypesSize: usize§simpleDataTypes: *mut UA_SimpleTypeDescription§name: UA_String§description: UA_LocalizedText§fieldsSize: usize§fields: *mut UA_FieldMetaData§dataSetClassId: UA_Guid§configurationVersion: UA_ConfigurationVersionDataTypeTrait Implementations§
Source§impl Debug for UA_DataSetMetaDataType
impl Debug for UA_DataSetMetaDataType
Auto Trait Implementations§
impl Freeze for UA_DataSetMetaDataType
impl RefUnwindSafe for UA_DataSetMetaDataType
impl !Send for UA_DataSetMetaDataType
impl !Sync for UA_DataSetMetaDataType
impl Unpin for UA_DataSetMetaDataType
impl UnwindSafe for UA_DataSetMetaDataType
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