#[repr(C)]pub struct UA_PubSubConnectionDataType {
pub name: UA_String,
pub enabled: UA_Boolean,
pub publisherId: UA_Variant,
pub transportProfileUri: UA_String,
pub address: UA_ExtensionObject,
pub connectionPropertiesSize: usize,
pub connectionProperties: *mut UA_KeyValuePair,
pub transportSettings: UA_ExtensionObject,
pub writerGroupsSize: usize,
pub writerGroups: *mut UA_WriterGroupDataType,
pub readerGroupsSize: usize,
pub readerGroups: *mut UA_ReaderGroupDataType,
}Fields§
§name: UA_String§enabled: UA_Boolean§publisherId: UA_Variant§transportProfileUri: UA_String§address: UA_ExtensionObject§connectionPropertiesSize: usize§connectionProperties: *mut UA_KeyValuePair§transportSettings: UA_ExtensionObject§writerGroupsSize: usize§writerGroups: *mut UA_WriterGroupDataType§readerGroupsSize: usize§readerGroups: *mut UA_ReaderGroupDataTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PubSubConnectionDataType
impl RefUnwindSafe for UA_PubSubConnectionDataType
impl !Send for UA_PubSubConnectionDataType
impl !Sync for UA_PubSubConnectionDataType
impl Unpin for UA_PubSubConnectionDataType
impl UnwindSafe for UA_PubSubConnectionDataType
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