#[repr(C)]pub struct WebKitDOMWheelEventClass {
pub parent_class: WebKitDOMMouseEventClass,
}
Fields§
§parent_class: WebKitDOMMouseEventClass
Trait Implementations§
Source§impl Clone for WebKitDOMWheelEventClass
impl Clone for WebKitDOMWheelEventClass
Source§fn clone(&self) -> WebKitDOMWheelEventClass
fn clone(&self) -> WebKitDOMWheelEventClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebKitDOMWheelEventClass
impl Debug for WebKitDOMWheelEventClass
impl Copy for WebKitDOMWheelEventClass
Auto Trait Implementations§
impl Freeze for WebKitDOMWheelEventClass
impl RefUnwindSafe for WebKitDOMWheelEventClass
impl !Send for WebKitDOMWheelEventClass
impl !Sync for WebKitDOMWheelEventClass
impl Unpin for WebKitDOMWheelEventClass
impl UnwindSafe for WebKitDOMWheelEventClass
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