#[repr(C)]pub struct UA_ReaderGroupDataType {Show 13 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 transportSettings: UA_ExtensionObject,
pub messageSettings: UA_ExtensionObject,
pub dataSetReadersSize: usize,
pub dataSetReaders: *mut UA_DataSetReaderDataType,
}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§transportSettings: UA_ExtensionObject§messageSettings: UA_ExtensionObject§dataSetReadersSize: usize§dataSetReaders: *mut UA_DataSetReaderDataTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ReaderGroupDataType
impl RefUnwindSafe for UA_ReaderGroupDataType
impl !Send for UA_ReaderGroupDataType
impl !Sync for UA_ReaderGroupDataType
impl Unpin for UA_ReaderGroupDataType
impl UnwindSafe for UA_ReaderGroupDataType
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