#[repr(C)]pub struct EmscriptenWheelEvent {
pub mouse: EmscriptenMouseEvent,
pub deltaX: f64,
pub deltaY: f64,
pub deltaZ: f64,
pub deltaMode: c_uint,
}Fields§
§mouse: EmscriptenMouseEvent§deltaX: f64§deltaY: f64§deltaZ: f64§deltaMode: c_uintTrait Implementations§
source§impl Clone for EmscriptenWheelEvent
impl Clone for EmscriptenWheelEvent
source§fn clone(&self) -> EmscriptenWheelEvent
fn clone(&self) -> EmscriptenWheelEvent
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EmscriptenWheelEvent
impl Debug for EmscriptenWheelEvent
impl Copy for EmscriptenWheelEvent
Auto Trait Implementations§
impl Freeze for EmscriptenWheelEvent
impl RefUnwindSafe for EmscriptenWheelEvent
impl Send for EmscriptenWheelEvent
impl Sync for EmscriptenWheelEvent
impl Unpin for EmscriptenWheelEvent
impl UnwindSafe for EmscriptenWheelEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)