Struct xpcom::interfaces::nsIDOMCommandEvent [] [src]

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

interface nsIDOMCommandEvent : nsISupports

Methods

impl nsIDOMCommandEvent
[src]

[src]

Cast this nsIDOMCommandEvent to one of its base interfaces.

impl nsIDOMCommandEvent
[src]

[src]

readonly attribute DOMString command;

[src]

void initCommandEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean canCancelArg, in DOMString command);

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 nsIDOMCommandEvent
[src]

IID: nsIID = nsID(1940196949, 16042, 19000, [165, 136, 155, 104, 166, 214, 80, 50])

[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 nsIDOMCommandEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCommandEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.