pub struct RelativePointer;
Implementations§
Source§impl RelativePointer
impl RelativePointer
pub fn post_relative_motion( this: ObjectRef<Self>, event_queue: &EventQueue, time_in_us: u64, dx: Fixed, dy: Fixed, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelativePointer
impl RefUnwindSafe for RelativePointer
impl Send for RelativePointer
impl Sync for RelativePointer
impl Unpin for RelativePointer
impl UnwindSafe for RelativePointer
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