#[repr(u8)]pub enum Xtal32koscfailure {
NOFAIL = 0,
FAILURE = 1,
}Variants§
NOFAIL = 0
No oscillation failure has been detetced since the last time this bit has been cleared.
FAILURE = 1
At least one oscillation failure has been detetced since the last time this bit has been cleared.
Implementations§
Trait Implementations§
Source§impl Clone for Xtal32koscfailure
impl Clone for Xtal32koscfailure
Source§fn clone(&self) -> Xtal32koscfailure
fn clone(&self) -> Xtal32koscfailure
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 Xtal32koscfailure
impl Debug for Xtal32koscfailure
Source§impl From<Xtal32koscfailure> for u8
impl From<Xtal32koscfailure> for u8
Source§fn from(val: Xtal32koscfailure) -> u8
fn from(val: Xtal32koscfailure) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Xtal32koscfailure
impl From<u8> for Xtal32koscfailure
Source§fn from(val: u8) -> Xtal32koscfailure
fn from(val: u8) -> Xtal32koscfailure
Converts to this type from the input type.
Source§impl Ord for Xtal32koscfailure
impl Ord for Xtal32koscfailure
Source§fn cmp(&self, other: &Xtal32koscfailure) -> Ordering
fn cmp(&self, other: &Xtal32koscfailure) -> 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 Xtal32koscfailure
impl PartialEq for Xtal32koscfailure
Source§impl PartialOrd for Xtal32koscfailure
impl PartialOrd for Xtal32koscfailure
impl Copy for Xtal32koscfailure
impl Eq for Xtal32koscfailure
impl StructuralPartialEq for Xtal32koscfailure
Auto Trait Implementations§
impl Freeze for Xtal32koscfailure
impl RefUnwindSafe for Xtal32koscfailure
impl Send for Xtal32koscfailure
impl Sync for Xtal32koscfailure
impl Unpin for Xtal32koscfailure
impl UnwindSafe for Xtal32koscfailure
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