Struct xpcom::interfaces::mozIGeckoMediaPluginService [] [src]

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

interface mozIGeckoMediaPluginService : nsISupports

Methods

impl mozIGeckoMediaPluginService
[src]

[src]

Cast this mozIGeckoMediaPluginService to one of its base interfaces.

impl mozIGeckoMediaPluginService
[src]

[src]

/**
   * The GMP thread. Callable from any thread.
   */

readonly attribute nsIThread thread;

[src]

/**
   * Run through windows registered registered for pluginId, sending
   * 'PluginCrashed' chrome-only event
   */

void RunPluginCrashCallbacks (in unsigned long pluginId, in ACString pluginName);

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

IID: nsIID = nsID(1154704046, 37754, 18435, [190, 230, 242, 81, 42, 1, 73, 209])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIGeckoMediaPluginService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.