pub enum BULB {
Disabled = 0,
Enabled = 1,
}
Expand description
Bulb sampling mode
Value on reset: 0
Variants§
Disabled = 0
0: Bulb sampling mode disabled
Enabled = 1
1: Bulb sampling mode enabled. Immediately start sampling after last conversion finishes.
Trait Implementations§
impl Copy for BULB
impl Eq for BULB
impl StructuralPartialEq for BULB
Auto Trait Implementations§
impl Freeze for BULB
impl RefUnwindSafe for BULB
impl Send for BULB
impl Sync for BULB
impl Unpin for BULB
impl UnwindSafe for BULB
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