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