#[repr(C)]pub struct UA_WriterGroupDataType {Show 20 fields
pub name: UA_String,
pub enabled: UA_Boolean,
pub securityMode: UA_MessageSecurityMode,
pub securityGroupId: UA_String,
pub securityKeyServicesSize: usize,
pub securityKeyServices: *mut UA_EndpointDescription,
pub maxNetworkMessageSize: UA_UInt32,
pub groupPropertiesSize: usize,
pub groupProperties: *mut UA_KeyValuePair,
pub writerGroupId: UA_UInt16,
pub publishingInterval: UA_Double,
pub keepAliveTime: UA_Double,
pub priority: UA_Byte,
pub localeIdsSize: usize,
pub localeIds: *mut UA_String,
pub headerLayoutUri: UA_String,
pub transportSettings: UA_ExtensionObject,
pub messageSettings: UA_ExtensionObject,
pub dataSetWritersSize: usize,
pub dataSetWriters: *mut UA_DataSetWriterDataType,
}Fields§
§name: UA_String§enabled: UA_Boolean§securityMode: UA_MessageSecurityMode§securityGroupId: UA_String§securityKeyServicesSize: usize§securityKeyServices: *mut UA_EndpointDescription§maxNetworkMessageSize: UA_UInt32§groupPropertiesSize: usize§groupProperties: *mut UA_KeyValuePair§writerGroupId: UA_UInt16§publishingInterval: UA_Double§keepAliveTime: UA_Double§priority: UA_Byte§localeIdsSize: usize§localeIds: *mut UA_String§headerLayoutUri: UA_String§transportSettings: UA_ExtensionObject§messageSettings: UA_ExtensionObject§dataSetWritersSize: usize§dataSetWriters: *mut UA_DataSetWriterDataTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_WriterGroupDataType
impl RefUnwindSafe for UA_WriterGroupDataType
impl !Send for UA_WriterGroupDataType
impl !Sync for UA_WriterGroupDataType
impl Unpin for UA_WriterGroupDataType
impl UnwindSafe for UA_WriterGroupDataType
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