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