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