Struct xpcom::interfaces::nsIController [] [src]

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

interface nsIController : nsISupports

Methods

impl nsIController
[src]

[src]

Cast this nsIController to one of its base interfaces.

impl nsIController
[src]

[src]

boolean isCommandEnabled (in string command);

[src]

boolean supportsCommand (in string command);

[src]

void doCommand (in string command);

[src]

void onEvent (in string eventName);

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

IID: nsIID = nsID(3585481602, 7588, 4563, [191, 135, 0, 16, 90, 27, 6, 39])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIController
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.