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