Enum BorfLev
#[repr(u8)]pub enum BorfLev {
Falling0 = 0,
Falling1 = 1,
Falling2 = 2,
Falling3 = 3,
}Variants§
Falling0 = 0
BOR falling level 1 with threshold around 2.0V
Falling1 = 1
BOR falling level 2 with threshold around 2.2V
Falling2 = 2
BOR falling level 3 with threshold around 2.5V
Falling3 = 3
BOR falling level 4 with threshold around 2.8V
Implementations§
Trait Implementations§
impl Copy for BorfLev
impl Eq for BorfLev
§impl Ord for BorfLev
impl Ord for BorfLev
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 BorfLev
impl PartialOrd for BorfLev
impl StructuralPartialEq for BorfLev
Auto Trait Implementations§
impl Freeze for BorfLev
impl RefUnwindSafe for BorfLev
impl Send for BorfLev
impl Sync for BorfLev
impl Unpin for BorfLev
impl UnsafeUnpin for BorfLev
impl UnwindSafe for BorfLev
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