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