Enum zenoh_protocol_core::Priority
source · [−]#[repr(u8)]
pub enum Priority {
Control,
RealTime,
InteractiveHigh,
InteractiveLow,
DataHigh,
Data,
DataLow,
Background,
}
Variants
Control
RealTime
InteractiveHigh
InteractiveLow
DataHigh
Data
DataLow
Background
Implementations
Trait Implementations
impl Copy for Priority
impl Eq for Priority
impl StructuralEq for Priority
impl StructuralPartialEq for Priority
Auto Trait Implementations
impl RefUnwindSafe for Priority
impl Send for Priority
impl Sync for Priority
impl Unpin for Priority
impl UnwindSafe for Priority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more