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