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