#[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_uint
Trait 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.0.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