pub struct NetworkPriority(/* private fields */);Expand description
NPDU network priority levels (Clause 6.2.2).
Implementations§
Source§impl NetworkPriority
impl NetworkPriority
pub const NORMAL: Self
pub const URGENT: Self
pub const CRITICAL_EQUIPMENT: Self
pub const LIFE_SAFETY: Self
Trait Implementations§
Source§impl Clone for NetworkPriority
impl Clone for NetworkPriority
Source§fn clone(&self) -> NetworkPriority
fn clone(&self) -> NetworkPriority
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetworkPriority
impl Debug for NetworkPriority
Source§impl Display for NetworkPriority
impl Display for NetworkPriority
Source§impl Hash for NetworkPriority
impl Hash for NetworkPriority
Source§impl PartialEq for NetworkPriority
impl PartialEq for NetworkPriority
impl Copy for NetworkPriority
impl Eq for NetworkPriority
impl StructuralPartialEq for NetworkPriority
Auto Trait Implementations§
impl Freeze for NetworkPriority
impl RefUnwindSafe for NetworkPriority
impl Send for NetworkPriority
impl Sync for NetworkPriority
impl Unpin for NetworkPriority
impl UnsafeUnpin for NetworkPriority
impl UnwindSafe for NetworkPriority
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