Enum capsules_extra::ltc294x::VBatAlert
source · pub enum VBatAlert {
Off = 0,
Threshold2V8 = 1,
Threshold2V9 = 2,
Threshold3V0 = 3,
}
Expand description
Threshold options for battery alerts.
Variants§
Auto Trait Implementations§
impl Freeze for VBatAlert
impl RefUnwindSafe for VBatAlert
impl Send for VBatAlert
impl Sync for VBatAlert
impl Unpin for VBatAlert
impl UnwindSafe for VBatAlert
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