pub enum Mode {
Shutdown,
SingleShot,
Continuous,
}Expand description
The mode of conversion operation (configuration bits 10:9).
Variants§
Shutdown
Shutdown; the flags and INT pin keep their last state (the default).
SingleShot
One conversion, after which the field reads back as shutdown.
Continuous
Continuous conversions.
Implementations§
Trait Implementations§
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnsafeUnpin for Mode
impl UnwindSafe for Mode
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