pub struct RedrawNeededEventHandler { /* private fields */ }
Expand description
Window contents invalidated and will need to be redrawn
Implementations§
Trait Implementations§
Source§impl Default for RedrawNeededEventHandler
impl Default for RedrawNeededEventHandler
Auto Trait Implementations§
impl Freeze for RedrawNeededEventHandler
impl !RefUnwindSafe for RedrawNeededEventHandler
impl !Send for RedrawNeededEventHandler
impl !Sync for RedrawNeededEventHandler
impl Unpin for RedrawNeededEventHandler
impl !UnwindSafe for RedrawNeededEventHandler
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