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