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