pub struct TickEventHandler { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for TickEventHandler
impl Default for TickEventHandler
Auto Trait Implementations§
impl Freeze for TickEventHandler
impl !RefUnwindSafe for TickEventHandler
impl !Send for TickEventHandler
impl !Sync for TickEventHandler
impl Unpin for TickEventHandler
impl !UnwindSafe for TickEventHandler
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