#[repr(C)]pub struct UA_DataSetVariableConfig {
pub configurationVersion: UA_ConfigurationVersionDataType,
pub fieldNameAlias: UA_String,
pub promotedField: UA_Boolean,
pub publishParameters: UA_PublishedVariableDataType,
pub maxStringLength: UA_UInt32,
pub description: UA_LocalizedText,
pub dataSetFieldId: UA_Guid,
}Fields§
§configurationVersion: UA_ConfigurationVersionDataType§fieldNameAlias: UA_String§promotedField: UA_Boolean§publishParameters: UA_PublishedVariableDataType§maxStringLength: UA_UInt32§description: UA_LocalizedText§dataSetFieldId: UA_GuidTrait Implementations§
Auto Trait Implementations§
impl !Send for UA_DataSetVariableConfig
impl !Sync for UA_DataSetVariableConfig
impl Freeze for UA_DataSetVariableConfig
impl RefUnwindSafe for UA_DataSetVariableConfig
impl Unpin for UA_DataSetVariableConfig
impl UnsafeUnpin for UA_DataSetVariableConfig
impl UnwindSafe for UA_DataSetVariableConfig
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