Struct xpcom::interfaces::nsIControllers [] [src]

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

interface nsIControllers : nsISupports

Methods

impl nsIControllers
[src]

[src]

Cast this nsIControllers to one of its base interfaces.

impl nsIControllers
[src]

[src]

nsIController getControllerForCommand (in string command);

[src]

void insertControllerAt (in unsigned long index, in nsIController controller);

[src]

nsIController removeControllerAt (in unsigned long index);

[src]

nsIController getControllerAt (in unsigned long index);

[src]

void appendController (in nsIController controller);

[src]

void removeController (in nsIController controller);

[src]

unsigned long getControllerId (in nsIController controller);

[src]

nsIController getControllerById (in unsigned long controllerID);

[src]

unsigned long getControllerCount ();

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

IID: nsIID = nsID(4084088513, 37271, 19160, [141, 76, 211, 177, 146, 127, 214, 223])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIControllers
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.