pub enum CH2OCW {
_0,
_1,
}Expand description
Values that can be written to the field CH2OC
Variants§
_0
The channel output is not affected by software output control.
_1
The channel output is affected by software output control.
Auto Trait Implementations§
impl Freeze for CH2OCW
impl RefUnwindSafe for CH2OCW
impl Send for CH2OCW
impl Sync for CH2OCW
impl Unpin for CH2OCW
impl UnwindSafe for CH2OCW
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