#[repr(C)]pub struct UA_BrokerConnectionTransportDataType {
pub resourceUri: UA_String,
pub authenticationProfileUri: UA_String,
}Fields§
§resourceUri: UA_String§authenticationProfileUri: UA_StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_BrokerConnectionTransportDataType
impl RefUnwindSafe for UA_BrokerConnectionTransportDataType
impl !Send for UA_BrokerConnectionTransportDataType
impl !Sync for UA_BrokerConnectionTransportDataType
impl Unpin for UA_BrokerConnectionTransportDataType
impl UnwindSafe for UA_BrokerConnectionTransportDataType
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