Enum Comp1
pub enum Comp1 {
_0 = 0,
_1 = 1,
}Expand description
Complement Of Channel (n) For n = 2
Value on reset: 0
Variants§
_0 = 0
0: The channel (n+1) output is the same as the channel (n) output.
_1 = 1
1: The channel (n+1) output is the complement of the channel (n) output.
Trait Implementations§
impl Copy for Comp1
impl Eq for Comp1
impl StructuralPartialEq for Comp1
Auto Trait Implementations§
impl Freeze for Comp1
impl RefUnwindSafe for Comp1
impl Send for Comp1
impl Sync for Comp1
impl Unpin for Comp1
impl UnwindSafe for Comp1
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