pub enum PlayerControlEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlayerControlEvent
impl RefUnwindSafe for PlayerControlEvent
impl Send for PlayerControlEvent
impl Sync for PlayerControlEvent
impl Unpin for PlayerControlEvent
impl UnwindSafe for PlayerControlEvent
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