pub enum CC1OFW {
Clear = 0,
}
Expand description
Capture/Compare %s overcapture flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for CC1OFW
impl Eq for CC1OFW
impl StructuralPartialEq for CC1OFW
Auto Trait Implementations§
impl Freeze for CC1OFW
impl RefUnwindSafe for CC1OFW
impl Send for CC1OFW
impl Sync for CC1OFW
impl Unpin for CC1OFW
impl UnwindSafe for CC1OFW
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