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