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