Enum BorrLev
#[repr(u8)]pub enum BorrLev {
Rising0 = 0,
Rising1 = 1,
Rising2 = 2,
Rising3 = 3,
}Variants§
Rising0 = 0
BOR rising level 1 with threshold around 2.1V
Rising1 = 1
BOR rising level 2 with threshold around 2.3V
Rising2 = 2
BOR rising level 3 with threshold around 2.6V
Rising3 = 3
BOR rising level 4 with threshold around 2.9V
Implementations§
Trait Implementations§
impl Copy for BorrLev
impl Eq for BorrLev
§impl Ord for BorrLev
impl Ord for BorrLev
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 BorrLev
impl PartialOrd for BorrLev
impl StructuralPartialEq for BorrLev
Auto Trait Implementations§
impl Freeze for BorrLev
impl RefUnwindSafe for BorrLev
impl Send for BorrLev
impl Sync for BorrLev
impl Unpin for BorrLev
impl UnsafeUnpin for BorrLev
impl UnwindSafe for BorrLev
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