#[repr(u8)]pub enum CimrArmPodfLoaded {
ARM_PODF_LOADED_0 = 0,
ARM_PODF_LOADED_1 = 1,
}Variants§
ARM_PODF_LOADED_0 = 0
don’t mask interrupt due to frequency change of arm_podf - interrupt will be created
ARM_PODF_LOADED_1 = 1
mask interrupt due to frequency change of arm_podf
Implementations§
Trait Implementations§
Source§impl Clone for CimrArmPodfLoaded
impl Clone for CimrArmPodfLoaded
Source§fn clone(&self) -> CimrArmPodfLoaded
fn clone(&self) -> CimrArmPodfLoaded
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CimrArmPodfLoaded
impl Debug for CimrArmPodfLoaded
Source§impl From<CimrArmPodfLoaded> for u8
impl From<CimrArmPodfLoaded> for u8
Source§fn from(val: CimrArmPodfLoaded) -> u8
fn from(val: CimrArmPodfLoaded) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CimrArmPodfLoaded
impl From<u8> for CimrArmPodfLoaded
Source§fn from(val: u8) -> CimrArmPodfLoaded
fn from(val: u8) -> CimrArmPodfLoaded
Converts to this type from the input type.
Source§impl Ord for CimrArmPodfLoaded
impl Ord for CimrArmPodfLoaded
Source§fn cmp(&self, other: &CimrArmPodfLoaded) -> Ordering
fn cmp(&self, other: &CimrArmPodfLoaded) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CimrArmPodfLoaded
impl PartialEq for CimrArmPodfLoaded
Source§impl PartialOrd for CimrArmPodfLoaded
impl PartialOrd for CimrArmPodfLoaded
impl Copy for CimrArmPodfLoaded
impl Eq for CimrArmPodfLoaded
impl StructuralPartialEq for CimrArmPodfLoaded
Auto Trait Implementations§
impl Freeze for CimrArmPodfLoaded
impl RefUnwindSafe for CimrArmPodfLoaded
impl Send for CimrArmPodfLoaded
impl Sync for CimrArmPodfLoaded
impl Unpin for CimrArmPodfLoaded
impl UnwindSafe for CimrArmPodfLoaded
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