Enum capsules_extra::net::thread::tlv::ParentPriority
source · pub enum ParentPriority {
High = 64,
Medium = 0,
Low = 192,
}
Expand description
Used in Connectivity TLV.
Variants§
Auto Trait Implementations§
impl Freeze for ParentPriority
impl RefUnwindSafe for ParentPriority
impl Send for ParentPriority
impl Sync for ParentPriority
impl Unpin for ParentPriority
impl UnwindSafe for ParentPriority
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