Struct xpcom::interfaces::nsICommandController [] [src]

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

interface nsICommandController : nsISupports

Methods

impl nsICommandController
[src]

[src]

Cast this nsICommandController to one of its base interfaces.

impl nsICommandController
[src]

[src]

void getCommandStateWithParams (in string command, in nsICommandParams aCommandParams);

[src]

void doCommandWithParams (in string command, in nsICommandParams aCommandParams);

[src]

void getSupportedCommands (out unsigned long count, [array, size_is (count), retval] out string commands);

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

IID: nsIID = nsID(4005606453, 32595, 17662, [176, 10, 207, 62, 237, 101, 192, 26])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICommandController
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.