#[repr(u8)]pub enum Pr {
R_1_1 = 0,
R_2_1 = 1,
R_3_1 = 2,
R_4_1 = 3,
R_5_1 = 4,
R_6_1 = 5,
R_7_1 = 6,
R_8_1 = 7,
}Variants§
R_1_1 = 0
The priority ratio is 1:1
R_2_1 = 1
The priority ratio is 2:1
R_3_1 = 2
The priority ratio is 3:1
R_4_1 = 3
The priority ratio is 4:1
R_5_1 = 4
The priority ratio is 5:1
R_6_1 = 5
The priority ratio is 6:1
R_7_1 = 6
The priority ratio is 7:1
R_8_1 = 7
The priority ratio is 8:1
Implementations§
Trait Implementations§
Source§impl Ord for Pr
impl Ord for Pr
Source§impl PartialOrd for Pr
impl PartialOrd for Pr
impl Copy for Pr
impl Eq for Pr
impl StructuralPartialEq for Pr
Auto Trait Implementations§
impl Freeze for Pr
impl RefUnwindSafe for Pr
impl Send for Pr
impl Sync for Pr
impl Unpin for Pr
impl UnwindSafe for Pr
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