#[repr(C)]pub struct UA_WriterGroupConfig {Show 16 fields
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 writerGroupId: UA_UInt16,
pub publishingInterval: UA_Duration,
pub keepAliveTime: UA_Double,
pub priority: UA_Byte,
pub transportSettings: UA_ExtensionObject,
pub messageSettings: UA_ExtensionObject,
pub groupProperties: UA_KeyValueMap,
pub encodingMimeType: UA_PubSubEncodingType,
pub maxEncapsulatedDataSetMessageCount: UA_UInt16,
pub securityMode: UA_MessageSecurityMode,
pub securityPolicy: *mut UA_PubSubSecurityPolicy,
pub securityGroupId: UA_String,
}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>§writerGroupId: UA_UInt16§publishingInterval: UA_Duration§keepAliveTime: UA_Double§priority: UA_Byte§transportSettings: UA_ExtensionObject§messageSettings: UA_ExtensionObject§groupProperties: UA_KeyValueMap§encodingMimeType: UA_PubSubEncodingType§maxEncapsulatedDataSetMessageCount: UA_UInt16§securityMode: UA_MessageSecurityMode§securityPolicy: *mut UA_PubSubSecurityPolicy§securityGroupId: UA_StringTrait Implementations§
Auto Trait Implementations§
impl !Send for UA_WriterGroupConfig
impl !Sync for UA_WriterGroupConfig
impl Freeze for UA_WriterGroupConfig
impl RefUnwindSafe for UA_WriterGroupConfig
impl Unpin for UA_WriterGroupConfig
impl UnsafeUnpin for UA_WriterGroupConfig
impl UnwindSafe for UA_WriterGroupConfig
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