#[repr(C)]pub struct WebKitDOMUIEvent {
pub parent_instance: WebKitDOMEvent,
}
Fields
parent_instance: WebKitDOMEvent
Trait Implementations
sourceimpl Clone for WebKitDOMUIEvent
impl Clone for WebKitDOMUIEvent
sourcefn clone(&self) -> WebKitDOMUIEvent
fn clone(&self) -> WebKitDOMUIEvent
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 WebKitDOMUIEvent
impl Debug for WebKitDOMUIEvent
impl Copy for WebKitDOMUIEvent
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMUIEvent
impl !Send for WebKitDOMUIEvent
impl !Sync for WebKitDOMUIEvent
impl Unpin for WebKitDOMUIEvent
impl UnwindSafe for WebKitDOMUIEvent
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