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