#[repr(u8)]pub enum ArmPodf {
ARM_PODF_0 = 0,
ARM_PODF_1 = 1,
ARM_PODF_2 = 2,
ARM_PODF_3 = 3,
ARM_PODF_4 = 4,
ARM_PODF_5 = 5,
ARM_PODF_6 = 6,
ARM_PODF_7 = 7,
}Variants§
ARM_PODF_0 = 0
divide by 1
ARM_PODF_1 = 1
divide by 2
ARM_PODF_2 = 2
divide by 3
ARM_PODF_3 = 3
divide by 4
ARM_PODF_4 = 4
divide by 5
ARM_PODF_5 = 5
divide by 6
ARM_PODF_6 = 6
divide by 7
ARM_PODF_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Ord for ArmPodf
impl Ord for ArmPodf
Source§impl PartialOrd for ArmPodf
impl PartialOrd for ArmPodf
impl Copy for ArmPodf
impl Eq for ArmPodf
impl StructuralPartialEq for ArmPodf
Auto Trait Implementations§
impl Freeze for ArmPodf
impl RefUnwindSafe for ArmPodf
impl Send for ArmPodf
impl Sync for ArmPodf
impl Unpin for ArmPodf
impl UnwindSafe for ArmPodf
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