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