#[repr(u8)]pub enum LcdifPred {
LCDIF_PRED_0 = 0,
LCDIF_PRED_1 = 1,
LCDIF_PRED_2 = 2,
LCDIF_PRED_3 = 3,
LCDIF_PRED_4 = 4,
LCDIF_PRED_5 = 5,
LCDIF_PRED_6 = 6,
LCDIF_PRED_7 = 7,
}Variants§
LCDIF_PRED_0 = 0
divide by 1
LCDIF_PRED_1 = 1
divide by 2
LCDIF_PRED_2 = 2
divide by 3
LCDIF_PRED_3 = 3
divide by 4
LCDIF_PRED_4 = 4
divide by 5
LCDIF_PRED_5 = 5
divide by 6
LCDIF_PRED_6 = 6
divide by 7
LCDIF_PRED_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Ord for LcdifPred
impl Ord for LcdifPred
Source§impl PartialOrd for LcdifPred
impl PartialOrd for LcdifPred
impl Copy for LcdifPred
impl Eq for LcdifPred
impl StructuralPartialEq for LcdifPred
Auto Trait Implementations§
impl Freeze for LcdifPred
impl RefUnwindSafe for LcdifPred
impl Send for LcdifPred
impl Sync for LcdifPred
impl Unpin for LcdifPred
impl UnwindSafe for LcdifPred
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