#[repr(u8)]pub enum IpgPodf {
IPG_PODF_0 = 0,
IPG_PODF_1 = 1,
IPG_PODF_2 = 2,
IPG_PODF_3 = 3,
}Variants§
IPG_PODF_0 = 0
divide by 1
IPG_PODF_1 = 1
divide by 2
IPG_PODF_2 = 2
divide by 3
IPG_PODF_3 = 3
divide by 4
Implementations§
Trait Implementations§
Source§impl Ord for IpgPodf
impl Ord for IpgPodf
Source§impl PartialOrd for IpgPodf
impl PartialOrd for IpgPodf
impl Copy for IpgPodf
impl Eq for IpgPodf
impl StructuralPartialEq for IpgPodf
Auto Trait Implementations§
impl Freeze for IpgPodf
impl RefUnwindSafe for IpgPodf
impl Send for IpgPodf
impl Sync for IpgPodf
impl Unpin for IpgPodf
impl UnwindSafe for IpgPodf
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