#[repr(u8)]pub enum SemcPodfLoaded {
SEMC_PODF_LOADED_0 = 0,
SEMC_PODF_LOADED_1 = 1,
}Variants§
SEMC_PODF_LOADED_0 = 0
interrupt is not generated due to frequency change of semc_podf
SEMC_PODF_LOADED_1 = 1
interrupt generated due to frequency change of semc_podf
Implementations§
Trait Implementations§
Source§impl Clone for SemcPodfLoaded
impl Clone for SemcPodfLoaded
Source§fn clone(&self) -> SemcPodfLoaded
fn clone(&self) -> SemcPodfLoaded
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 SemcPodfLoaded
impl Debug for SemcPodfLoaded
Source§impl From<SemcPodfLoaded> for u8
impl From<SemcPodfLoaded> for u8
Source§fn from(val: SemcPodfLoaded) -> u8
fn from(val: SemcPodfLoaded) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SemcPodfLoaded
impl From<u8> for SemcPodfLoaded
Source§fn from(val: u8) -> SemcPodfLoaded
fn from(val: u8) -> SemcPodfLoaded
Converts to this type from the input type.
Source§impl Ord for SemcPodfLoaded
impl Ord for SemcPodfLoaded
Source§fn cmp(&self, other: &SemcPodfLoaded) -> Ordering
fn cmp(&self, other: &SemcPodfLoaded) -> 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 SemcPodfLoaded
impl PartialEq for SemcPodfLoaded
Source§impl PartialOrd for SemcPodfLoaded
impl PartialOrd for SemcPodfLoaded
impl Copy for SemcPodfLoaded
impl Eq for SemcPodfLoaded
impl StructuralPartialEq for SemcPodfLoaded
Auto Trait Implementations§
impl Freeze for SemcPodfLoaded
impl RefUnwindSafe for SemcPodfLoaded
impl Send for SemcPodfLoaded
impl Sync for SemcPodfLoaded
impl Unpin for SemcPodfLoaded
impl UnwindSafe for SemcPodfLoaded
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