Struct xpcom::interfaces::nsIDOMCustomEvent [] [src]

#[repr(C)]
pub struct nsIDOMCustomEvent { /* fields omitted */ }

interface nsIDOMCustomEvent : nsISupports

Methods

impl nsIDOMCustomEvent
[src]

[src]

Cast this nsIDOMCustomEvent to one of its base interfaces.

impl nsIDOMCustomEvent
[src]

[src]

readonly attribute nsIVariant detail;

[src]

void initCustomEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIVariant detailArg);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMCustomEvent
[src]

IID: nsIID = nsID(1541499651, 14073, 19624, [178, 197, 13, 170, 223, 60, 209, 179])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMCustomEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCustomEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.