#[repr(C)]pub struct UA_DataSetWriterConfig {
pub name: UA_String,
pub context: *mut c_void,
pub enabled: UA_Boolean,
pub customStateMachine: Option<unsafe extern "C" fn(server: *mut UA_Server, componentId: UA_NodeId, componentContext: *mut c_void, state: *mut UA_PubSubState, targetState: UA_PubSubState) -> UA_StatusCode>,
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§context: *mut c_void§enabled: UA_Boolean§customStateMachine: Option<unsafe extern "C" fn(server: *mut UA_Server, componentId: UA_NodeId, componentContext: *mut c_void, state: *mut UA_PubSubState, targetState: UA_PubSubState) -> UA_StatusCode>§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 !Send for UA_DataSetWriterConfig
impl !Sync for UA_DataSetWriterConfig
impl Freeze for UA_DataSetWriterConfig
impl RefUnwindSafe for UA_DataSetWriterConfig
impl Unpin for UA_DataSetWriterConfig
impl UnsafeUnpin 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