#[repr(C)]pub struct UA_PriorityMappingEntryType {
pub mappingUri: UA_String,
pub priorityLabel: UA_String,
pub priorityValue_PCP: UA_Byte,
pub priorityValue_DSCP: UA_UInt32,
}Fields§
§mappingUri: UA_String§priorityLabel: UA_String§priorityValue_PCP: UA_Byte§priorityValue_DSCP: UA_UInt32Trait Implementations§
Source§impl Debug for UA_PriorityMappingEntryType
impl Debug for UA_PriorityMappingEntryType
Auto Trait Implementations§
impl Freeze for UA_PriorityMappingEntryType
impl RefUnwindSafe for UA_PriorityMappingEntryType
impl !Send for UA_PriorityMappingEntryType
impl !Sync for UA_PriorityMappingEntryType
impl Unpin for UA_PriorityMappingEntryType
impl UnwindSafe for UA_PriorityMappingEntryType
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