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