#[repr(u8)]pub enum Rebl {
REBL_0 = 0,
REBL_1 = 1,
REBL_2 = 2,
REBL_3 = 3,
REBL_4 = 4,
REBL_5 = 5,
REBL_6 = 6,
REBL_7 = 7,
}Variants§
REBL_0 = 0
1
REBL_1 = 1
2
REBL_2 = 2
3
REBL_3 = 3
4
REBL_4 = 4
5
REBL_5 = 5
6
REBL_6 = 6
7
REBL_7 = 7
8
Implementations§
Trait Implementations§
Source§impl Ord for Rebl
impl Ord for Rebl
Source§impl PartialOrd for Rebl
impl PartialOrd for Rebl
impl Copy for Rebl
impl Eq for Rebl
impl StructuralPartialEq for Rebl
Auto Trait Implementations§
impl Freeze for Rebl
impl RefUnwindSafe for Rebl
impl Send for Rebl
impl Sync for Rebl
impl Unpin for Rebl
impl UnwindSafe for Rebl
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