pub enum CSOF0W {
Clear = 1,
}
Expand description
Synchronization Clear Overrun Flag %s
Value on reset: 0
Variants§
Clear = 1
1: Clear synchronization flag
Trait Implementations§
impl Copy for CSOF0W
impl Eq for CSOF0W
impl StructuralPartialEq for CSOF0W
Auto Trait Implementations§
impl Freeze for CSOF0W
impl RefUnwindSafe for CSOF0W
impl Send for CSOF0W
impl Sync for CSOF0W
impl Unpin for CSOF0W
impl UnwindSafe for CSOF0W
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