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