Struct rich_sdl2_rust::window::HitTest
source · pub struct HitTest<'window, T> { /* private fields */ }
Expand description
A hit tester for a window.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'window, T> !RefUnwindSafe for HitTest<'window, T>
impl<'window, T> !Send for HitTest<'window, T>
impl<'window, T> !Sync for HitTest<'window, T>
impl<'window, T> Unpin for HitTest<'window, T>where
T: Unpin,
impl<'window, T> !UnwindSafe for HitTest<'window, T>
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