pub enum COMP2W {
_0,
_1,
}Expand description
Values that can be written to the field COMP2
Variants§
_0
The channel (n+1) output is the same as the channel (n) output.
_1
The channel (n+1) output is the complement of the channel (n) output.
Auto Trait Implementations§
impl Freeze for COMP2W
impl RefUnwindSafe for COMP2W
impl Send for COMP2W
impl Sync for COMP2W
impl Unpin for COMP2W
impl UnwindSafe for COMP2W
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