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