pub struct HacksStateChangedEventHandler { /* private fields */ }
Expand description
Hack states changed (e.g. stops flying)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HacksStateChangedEventHandler
impl !RefUnwindSafe for HacksStateChangedEventHandler
impl !Send for HacksStateChangedEventHandler
impl !Sync for HacksStateChangedEventHandler
impl Unpin for HacksStateChangedEventHandler
impl !UnwindSafe for HacksStateChangedEventHandler
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