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