#[repr(u8)]pub enum LcdifPodf {
LCDIF_PODF_0 = 0,
LCDIF_PODF_1 = 1,
LCDIF_PODF_2 = 2,
LCDIF_PODF_3 = 3,
LCDIF_PODF_4 = 4,
LCDIF_PODF_5 = 5,
LCDIF_PODF_6 = 6,
LCDIF_PODF_7 = 7,
}Variants§
LCDIF_PODF_0 = 0
divide by 1
LCDIF_PODF_1 = 1
divide by 2
LCDIF_PODF_2 = 2
divide by 3
LCDIF_PODF_3 = 3
divide by 4
LCDIF_PODF_4 = 4
divide by 5
LCDIF_PODF_5 = 5
divide by 6
LCDIF_PODF_6 = 6
divide by 7
LCDIF_PODF_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Ord for LcdifPodf
impl Ord for LcdifPodf
Source§impl PartialOrd for LcdifPodf
impl PartialOrd for LcdifPodf
impl Copy for LcdifPodf
impl Eq for LcdifPodf
impl StructuralPartialEq for LcdifPodf
Auto Trait Implementations§
impl Freeze for LcdifPodf
impl RefUnwindSafe for LcdifPodf
impl Send for LcdifPodf
impl Sync for LcdifPodf
impl Unpin for LcdifPodf
impl UnwindSafe for LcdifPodf
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