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