Struct tori::app::app_screen::AppScreen
source · pub struct AppScreen<'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a> MouseHandler for AppScreen<'a>
impl<'a> MouseHandler for AppScreen<'a>
fn handle_mouse( &mut self, app: &mut App<'_>, chunk: Rect, event: MouseEvent ) -> Result<()>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AppScreen<'a>
impl<'a> !Send for AppScreen<'a>
impl<'a> !Sync for AppScreen<'a>
impl<'a> Unpin for AppScreen<'a>
impl<'a> !UnwindSafe for AppScreen<'a>
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