Struct pointermove
pub struct pointermove;
Trait Implementations§
§impl EventDescriptor for pointermove
impl EventDescriptor for pointermove
Auto Trait Implementations§
impl Freeze for pointermove
impl RefUnwindSafe for pointermove
impl Send for pointermove
impl Sync for pointermove
impl Unpin for pointermove
impl UnwindSafe for pointermove
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