#[repr(u8)]pub enum PriorityLevel {
Lvl0 = 0,
Lvl1 = 1,
Lvl2 = 2,
Lvl3 = 3,
}
Expand description
Channel Priority Level
Value on reset: 0
Variants§
Lvl0 = 0
0: Channel Priority Level 0 (Lowest Level)
Lvl1 = 1
1: Channel Priority Level 1
Lvl2 = 2
2: Channel Priority Level 2
Lvl3 = 3
3: Channel Priority Level 3 (Highest Level)
Trait Implementations§
Source§impl Clone for Prilvlselect
impl Clone for Prilvlselect
Source§fn clone(&self) -> Prilvlselect
fn clone(&self) -> Prilvlselect
Returns a copy 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 Prilvlselect
impl Debug for Prilvlselect
Source§impl PartialEq for Prilvlselect
impl PartialEq for Prilvlselect
impl Copy for Prilvlselect
impl Eq for Prilvlselect
impl IsEnum for Prilvlselect
impl StructuralPartialEq for Prilvlselect
Auto Trait Implementations§
impl Freeze for Prilvlselect
impl RefUnwindSafe for Prilvlselect
impl Send for Prilvlselect
impl Sync for Prilvlselect
impl Unpin for Prilvlselect
impl UnwindSafe for Prilvlselect
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