#[repr(C)]pub struct WebKitDOMWheelEventClass {
pub parent_class: WebKitDOMMouseEventClass,
}
Fields
parent_class: WebKitDOMMouseEventClass
Trait Implementations
sourceimpl Clone for WebKitDOMWheelEventClass
impl Clone for WebKitDOMWheelEventClass
sourcefn clone(&self) -> WebKitDOMWheelEventClass
fn clone(&self) -> WebKitDOMWheelEventClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebKitDOMWheelEventClass
impl Debug for WebKitDOMWheelEventClass
impl Copy for WebKitDOMWheelEventClass
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMWheelEventClass
impl !Send for WebKitDOMWheelEventClass
impl !Sync for WebKitDOMWheelEventClass
impl Unpin for WebKitDOMWheelEventClass
impl UnwindSafe for WebKitDOMWheelEventClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more