Struct xpcom::interfaces::nsIMarionette [] [src]

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

interface nsIMarionette : nsISupports

/** Interface for accessing the Marionette server instance. */

Methods

impl nsIMarionette
[src]

[src]

Cast this nsIMarionette to one of its base interfaces.

impl nsIMarionette
[src]

[src]

/** Indicates whether the remote protocol is enabled. */

readonly attribute boolean running;

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

IID: nsIID = nsID(335183222, 63862, 18193, [160, 12, 41, 172, 156, 24, 129, 225])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMarionette
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.