#[repr(u8)]pub enum LpspiPodf {
LPSPI_PODF_0 = 0,
LPSPI_PODF_1 = 1,
LPSPI_PODF_2 = 2,
LPSPI_PODF_3 = 3,
LPSPI_PODF_4 = 4,
LPSPI_PODF_5 = 5,
LPSPI_PODF_6 = 6,
LPSPI_PODF_7 = 7,
}Variants§
LPSPI_PODF_0 = 0
divide by 1
LPSPI_PODF_1 = 1
divide by 2
LPSPI_PODF_2 = 2
divide by 3
LPSPI_PODF_3 = 3
divide by 4
LPSPI_PODF_4 = 4
divide by 5
LPSPI_PODF_5 = 5
divide by 6
LPSPI_PODF_6 = 6
divide by 7
LPSPI_PODF_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Ord for LpspiPodf
impl Ord for LpspiPodf
Source§impl PartialOrd for LpspiPodf
impl PartialOrd for LpspiPodf
impl Copy for LpspiPodf
impl Eq for LpspiPodf
impl StructuralPartialEq for LpspiPodf
Auto Trait Implementations§
impl Freeze for LpspiPodf
impl RefUnwindSafe for LpspiPodf
impl Send for LpspiPodf
impl Sync for LpspiPodf
impl Unpin for LpspiPodf
impl UnwindSafe for LpspiPodf
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