Struct glory_core::web::events::pointerup
source · pub struct pointerup;Expand description
The pointerup event, which receives PointerEvent as its argument.
Trait Implementations§
source§impl EventDescriptor for pointerup
impl EventDescriptor for pointerup
impl Copy for pointerup
Auto Trait Implementations§
impl RefUnwindSafe for pointerup
impl Send for pointerup
impl Sync for pointerup
impl Unpin for pointerup
impl UnwindSafe for pointerup
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