pub enum COSW {
_0,
_1,
}Expand description
Values that can be written to the field COS
Variants§
_0
Set the filtered comparator output (CMPO) to equal COUT.
_1
Set the unfiltered comparator output (CMPO) to equal COUTA.
Auto Trait Implementations§
impl Freeze for COSW
impl RefUnwindSafe for COSW
impl Send for COSW
impl Sync for COSW
impl Unpin for COSW
impl UnwindSafe for COSW
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