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