Struct wayrs_client::protocol::wl_pointer::MotionArgs
source · pub struct MotionArgs {
pub time: u32,
pub surface_x: Fixed,
pub surface_y: Fixed,
}Fields§
§time: u32timestamp with millisecond granularity
surface_x: Fixedsurface-local x coordinate
surface_y: Fixedsurface-local y coordinate
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MotionArgs
impl Send for MotionArgs
impl Sync for MotionArgs
impl Unpin for MotionArgs
impl UnwindSafe for MotionArgs
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