pub enum AdcPowerMode {
AlwaysOn,
DelayOff,
IdleOff,
DelayIdleOff,
}
Variants§
Auto Trait Implementations§
impl Freeze for AdcPowerMode
impl RefUnwindSafe for AdcPowerMode
impl Send for AdcPowerMode
impl Sync for AdcPowerMode
impl Unpin for AdcPowerMode
impl UnwindSafe for AdcPowerMode
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