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