pub struct HitOpt {
pub use_multi_touch: bool,
pub margin: Option<Margin>,
}
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