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: ScalarAuto Trait Implementations§
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