pub enum PlayState {
WasmInit,
Paused,
Playing,
}Variants§
Trait Implementations§
impl Copy for PlayState
impl StructuralPartialEq for PlayState
Auto Trait Implementations§
impl Freeze for PlayState
impl RefUnwindSafe for PlayState
impl Send for PlayState
impl Sync for PlayState
impl Unpin for PlayState
impl UnwindSafe for PlayState
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