#[repr(C)]pub struct UA_PubSubConnectionConfig {
pub name: UA_String,
pub enabled: UA_Boolean,
pub publisherIdType: UA_PublisherIdType,
pub publisherId: UA_PublisherId,
pub transportProfileUri: UA_String,
pub address: UA_Variant,
pub connectionProperties: UA_KeyValueMap,
pub connectionTransportSettings: UA_Variant,
pub eventLoop: *mut UA_EventLoop,
}Fields§
§name: UA_String§enabled: UA_Boolean§publisherIdType: UA_PublisherIdType§publisherId: UA_PublisherId§transportProfileUri: UA_String§address: UA_Variant§connectionProperties: UA_KeyValueMap§connectionTransportSettings: UA_Variant§eventLoop: *mut UA_EventLoopTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PubSubConnectionConfig
impl RefUnwindSafe for UA_PubSubConnectionConfig
impl !Send for UA_PubSubConnectionConfig
impl !Sync for UA_PubSubConnectionConfig
impl Unpin for UA_PubSubConnectionConfig
impl UnwindSafe for UA_PubSubConnectionConfig
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