Struct BorLev
#[repr(transparent)]pub struct BorLev(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl BorLev
impl BorLev
pub const B_0X0: Self
pub const B_0X0: Self
BOR level 0 (reset level threshold around 1.7 V)
pub const B_0X1: Self
pub const B_0X1: Self
BOR level 1 (reset level threshold around 2.0 V)
pub const B_0X2: Self
pub const B_0X2: Self
BOR level 2 (reset level threshold around 2.2 V)
pub const B_0X3: Self
pub const B_0X3: Self
BOR level 3 (reset level threshold around 2.5 V)
pub const B_0X4: Self
pub const B_0X4: Self
BOR level 4 (reset level threshold around 2.8 V)
Trait Implementations§
§impl Ord for BorLev
impl Ord for BorLev
§impl PartialOrd for BorLev
impl PartialOrd for BorLev
impl Copy for BorLev
impl Eq for BorLev
impl StructuralPartialEq for BorLev
Auto Trait Implementations§
impl Freeze for BorLev
impl RefUnwindSafe for BorLev
impl Send for BorLev
impl Sync for BorLev
impl Unpin for BorLev
impl UnwindSafe for BorLev
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