pub struct HitOpt {
pub use_multi_touch: bool,
pub margin: Option<Margin>,
}
Expand description
Modify the behavior of Event::hits
.
Fieldsยง
ยงuse_multi_touch: bool
ยงmargin: Option<Margin>
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for HitOpt
impl RefUnwindSafe for HitOpt
impl Send for HitOpt
impl Sync for HitOpt
impl Unpin for HitOpt
impl UnwindSafe for HitOpt
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