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