Enum Ch2oi
pub enum Ch2oi {
_0 = 0,
_1 = 1,
}Expand description
Channel 2 Output Initialization Value
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ch2oi
impl Eq for Ch2oi
impl StructuralPartialEq for Ch2oi
Auto Trait Implementations§
impl Freeze for Ch2oi
impl RefUnwindSafe for Ch2oi
impl Send for Ch2oi
impl Sync for Ch2oi
impl Unpin for Ch2oi
impl UnwindSafe for Ch2oi
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