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