#[repr(C)]pub struct UA_WriterGroupConfig {Show 14 fields
pub name: UA_String,
pub enabled: UA_Boolean,
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 pubsubManagerCallback: UA_PubSub_CallbackLifecycle,
pub maxEncapsulatedDataSetMessageCount: UA_UInt16,
pub rtLevel: UA_PubSubRTLevel,
pub securityMode: UA_MessageSecurityMode,
}Fields§
§name: UA_String§enabled: UA_Boolean§writerGroupId: UA_UInt16§publishingInterval: UA_Duration§keepAliveTime: UA_Double§priority: UA_Byte§transportSettings: UA_ExtensionObject§messageSettings: UA_ExtensionObject§groupProperties: UA_KeyValueMap§encodingMimeType: UA_PubSubEncodingType§pubsubManagerCallback: UA_PubSub_CallbackLifecycle§maxEncapsulatedDataSetMessageCount: UA_UInt16§rtLevel: UA_PubSubRTLevel§securityMode: UA_MessageSecurityModeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_WriterGroupConfig
impl RefUnwindSafe for UA_WriterGroupConfig
impl !Send for UA_WriterGroupConfig
impl !Sync for UA_WriterGroupConfig
impl Unpin 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