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