Enum Vbath
#[repr(u8)]pub enum Vbath {
Below = 0,
AboveOrEqual = 1,
}Variants§
Below = 0
Backup domain voltage level < high threshold
AboveOrEqual = 1
Backup domain voltage level ≥ high threshold
Implementations§
Trait Implementations§
impl Copy for Vbath
impl Eq for Vbath
§impl Ord for Vbath
impl Ord for Vbath
1.21.0 (const: unstable) · 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
§impl PartialOrd for Vbath
impl PartialOrd for Vbath
impl StructuralPartialEq for Vbath
Auto Trait Implementations§
impl Freeze for Vbath
impl RefUnwindSafe for Vbath
impl Send for Vbath
impl Sync for Vbath
impl Unpin for Vbath
impl UnsafeUnpin for Vbath
impl UnwindSafe for Vbath
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