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