Enum Comp3
pub enum Comp3 {
_0 = 0,
_1 = 1,
}Expand description
Complement Of Channel (n) for n = 6
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 Comp3
impl Eq for Comp3
impl StructuralPartialEq for Comp3
Auto Trait Implementations§
impl Freeze for Comp3
impl RefUnwindSafe for Comp3
impl Send for Comp3
impl Sync for Comp3
impl Unpin for Comp3
impl UnwindSafe for Comp3
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