pub enum OperMode {
SHUTDOWN = 0,
SCT = 1,
BVT = 2,
SCBVT = 3,
SCC = 5,
BVC = 6,
SCBVC = 7,
}
Expand description
Operating Mode Selects continuous, triggered, or power-down mode of operation.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperMode
impl RefUnwindSafe for OperMode
impl Send for OperMode
impl Sync for OperMode
impl Unpin for OperMode
impl UnwindSafe for OperMode
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