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