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