pub struct WebTouchPointer {
pub x: Scalar,
pub y: Scalar,
pub force: Scalar,
pub radius_x: Scalar,
pub radius_y: Scalar,
pub angle: Scalar,
}
Fields§
§x: Scalar
§y: Scalar
§force: Scalar
§radius_x: Scalar
§radius_y: Scalar
§angle: Scalar
Auto Trait Implementations§
impl Freeze for WebTouchPointer
impl RefUnwindSafe for WebTouchPointer
impl Send for WebTouchPointer
impl Sync for WebTouchPointer
impl Unpin for WebTouchPointer
impl UnwindSafe for WebTouchPointer
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