pub struct EventHandler { /* private fields */ }Implementations§
Source§impl EventHandler
impl EventHandler
pub fn handle_event(&self) -> bool
Trait Implementations§
impl Send for EventHandler
impl Sync for EventHandler
Auto Trait Implementations§
impl Freeze for EventHandler
impl !RefUnwindSafe for EventHandler
impl Unpin for EventHandler
impl !UnwindSafe for EventHandler
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