Struct webkit2gtk_webextension::DOMUIEvent[]

pub struct DOMUIEvent(_, _);

Trait Implementations

impl IsA<DOMUIEvent> for DOMKeyboardEvent

impl IsA<DOMUIEvent> for DOMMouseEvent

impl Clone for DOMUIEvent

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DOMUIEvent

Formats the value using the given formatter. Read more

impl Hash for DOMUIEvent

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for DOMUIEvent

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for DOMUIEvent

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DOMUIEvent

impl IsA<DOMEvent> for DOMUIEvent

impl IsA<DOMObject> for DOMUIEvent

impl IsA<Object> for DOMUIEvent

impl IsA<DOMUIEvent> for DOMWheelEvent

Auto Trait Implementations

impl !Send for DOMUIEvent

impl !Sync for DOMUIEvent