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