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