#[repr(u8)]pub enum SemcPodf {
SEMC_PODF_0 = 0,
SEMC_PODF_1 = 1,
SEMC_PODF_2 = 2,
SEMC_PODF_3 = 3,
SEMC_PODF_4 = 4,
SEMC_PODF_5 = 5,
SEMC_PODF_6 = 6,
SEMC_PODF_7 = 7,
}Variants§
SEMC_PODF_0 = 0
divide by 1
SEMC_PODF_1 = 1
divide by 2
SEMC_PODF_2 = 2
divide by 3
SEMC_PODF_3 = 3
divide by 4
SEMC_PODF_4 = 4
divide by 5
SEMC_PODF_5 = 5
divide by 6
SEMC_PODF_6 = 6
divide by 7
SEMC_PODF_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Ord for SemcPodf
impl Ord for SemcPodf
Source§impl PartialOrd for SemcPodf
impl PartialOrd for SemcPodf
impl Copy for SemcPodf
impl Eq for SemcPodf
impl StructuralPartialEq for SemcPodf
Auto Trait Implementations§
impl Freeze for SemcPodf
impl RefUnwindSafe for SemcPodf
impl Send for SemcPodf
impl Sync for SemcPodf
impl Unpin for SemcPodf
impl UnwindSafe for SemcPodf
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