#[repr(u8)]pub enum Apllerr {
DISABLED_OR_NO_ERROR = 0,
ENABLED_AND_ERROR = 1,
}Variants§
DISABLED_OR_NO_ERROR = 0
APLL Clock Monitor is disabled or has not detected an error
ENABLED_AND_ERROR = 1
APLL Clock Monitor is enabled and detected an error
Implementations§
Trait Implementations§
Source§impl Ord for Apllerr
impl Ord for Apllerr
Source§impl PartialOrd for Apllerr
impl PartialOrd for Apllerr
impl Copy for Apllerr
impl Eq for Apllerr
impl StructuralPartialEq for Apllerr
Auto Trait Implementations§
impl Freeze for Apllerr
impl RefUnwindSafe for Apllerr
impl Send for Apllerr
impl Sync for Apllerr
impl Unpin for Apllerr
impl UnwindSafe for Apllerr
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