Enum Lvdf
pub enum Lvdf {
_0 = 0,
_1 = 1,
}Expand description
Low Voltage Detect Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lvdf
impl Eq for Lvdf
impl StructuralPartialEq for Lvdf
Auto Trait Implementations§
impl Freeze for Lvdf
impl RefUnwindSafe for Lvdf
impl Send for Lvdf
impl Sync for Lvdf
impl Unpin for Lvdf
impl UnwindSafe for Lvdf
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