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