Enum egui_ash::HandleRedraw
source · pub enum HandleRedraw {
Auto,
Handle(RedrawHandler),
}Expand description
return type of App::request_redraw.
Variants§
Auto
Handle(RedrawHandler)
Auto Trait Implementations§
impl !RefUnwindSafe for HandleRedraw
impl Send for HandleRedraw
impl !Sync for HandleRedraw
impl Unpin for HandleRedraw
impl !UnwindSafe for HandleRedraw
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