#[repr(C)]pub struct UA_PubSubGroupDataType {
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,
}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_KeyValuePairTrait Implementations§
Source§impl Debug for UA_PubSubGroupDataType
impl Debug for UA_PubSubGroupDataType
Auto Trait Implementations§
impl Freeze for UA_PubSubGroupDataType
impl RefUnwindSafe for UA_PubSubGroupDataType
impl !Send for UA_PubSubGroupDataType
impl !Sync for UA_PubSubGroupDataType
impl Unpin for UA_PubSubGroupDataType
impl UnwindSafe for UA_PubSubGroupDataType
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