pub enum CC4IFW {
CLEAR,
}
Expand description
Values that can be written to the field CC4IF
Variants§
CLEAR
Clear flag
Auto Trait Implementations§
impl Freeze for CC4IFW
impl RefUnwindSafe for CC4IFW
impl Send for CC4IFW
impl Sync for CC4IFW
impl Unpin for CC4IFW
impl UnwindSafe for CC4IFW
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