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