pub struct RedrawingEventHandler { /* private fields */ }
Expand description
Window contents should be redrawn (as they are about to be displayed)
Implementations§
Trait Implementations§
Source§impl Default for RedrawingEventHandler
impl Default for RedrawingEventHandler
Auto Trait Implementations§
impl Freeze for RedrawingEventHandler
impl !RefUnwindSafe for RedrawingEventHandler
impl !Send for RedrawingEventHandler
impl !Sync for RedrawingEventHandler
impl Unpin for RedrawingEventHandler
impl !UnwindSafe for RedrawingEventHandler
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