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