#[repr(u8)]pub enum MPreRes {
RES_1 = 0,
RES_2 = 1,
RES_3 = 2,
RES_4 = 3,
RES_5 = 4,
RES_6 = 5,
RES_7 = 6,
RES_8 = 7,
}Variants§
RES_1 = 0
1 k
RES_2 = 1
2 k
RES_3 = 2
3 k
RES_4 = 3
4 k
RES_5 = 4
5 k
RES_6 = 5
6 k
RES_7 = 6
7 k
RES_8 = 7
8 k
Implementations§
Trait Implementations§
Source§impl Ord for MPreRes
impl Ord for MPreRes
Source§impl PartialOrd for MPreRes
impl PartialOrd for MPreRes
impl Copy for MPreRes
impl Eq for MPreRes
impl StructuralPartialEq for MPreRes
Auto Trait Implementations§
impl Freeze for MPreRes
impl RefUnwindSafe for MPreRes
impl Send for MPreRes
impl Sync for MPreRes
impl Unpin for MPreRes
impl UnwindSafe for MPreRes
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