#[repr(C)]pub struct UA_DataSetWriterConfig {
pub name: UA_String,
pub dataSetWriterId: UA_UInt16,
pub dataSetFieldContentMask: UA_DataSetFieldContentMask,
pub keyFrameCount: UA_UInt32,
pub messageSettings: UA_ExtensionObject,
pub transportSettings: UA_ExtensionObject,
pub dataSetName: UA_String,
pub dataSetWriterProperties: UA_KeyValueMap,
}Fields§
§name: UA_String§dataSetWriterId: UA_UInt16§dataSetFieldContentMask: UA_DataSetFieldContentMask§keyFrameCount: UA_UInt32§messageSettings: UA_ExtensionObject§transportSettings: UA_ExtensionObject§dataSetName: UA_String§dataSetWriterProperties: UA_KeyValueMapTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetWriterConfig
impl RefUnwindSafe for UA_DataSetWriterConfig
impl !Send for UA_DataSetWriterConfig
impl !Sync for UA_DataSetWriterConfig
impl Unpin for UA_DataSetWriterConfig
impl UnwindSafe for UA_DataSetWriterConfig
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