#[repr(C)]pub struct UA_PublishedDataSetDataType {
pub name: UA_String,
pub dataSetFolderSize: usize,
pub dataSetFolder: *mut UA_String,
pub dataSetMetaData: UA_DataSetMetaDataType,
pub extensionFieldsSize: usize,
pub extensionFields: *mut UA_KeyValuePair,
pub dataSetSource: UA_ExtensionObject,
}Fields§
§name: UA_String§dataSetFolderSize: usize§dataSetFolder: *mut UA_String§dataSetMetaData: UA_DataSetMetaDataType§extensionFieldsSize: usize§extensionFields: *mut UA_KeyValuePair§dataSetSource: UA_ExtensionObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublishedDataSetDataType
impl RefUnwindSafe for UA_PublishedDataSetDataType
impl !Send for UA_PublishedDataSetDataType
impl !Sync for UA_PublishedDataSetDataType
impl Unpin for UA_PublishedDataSetDataType
impl UnwindSafe for UA_PublishedDataSetDataType
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