Struct xpcom::interfaces::nsIThreadPoolListener [] [src]

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

interface nsIThreadPoolListener : nsISupports

Methods

impl nsIThreadPoolListener
[src]

[src]

Cast this nsIThreadPoolListener to one of its base interfaces.

impl nsIThreadPoolListener
[src]

[src]

/**
   * Called when a new thread is created by the thread pool. The notification
   * happens on the newly-created thread.
   */

void onThreadCreated ();

[src]

/**
   * Called when a thread is about to be destroyed by the thread pool. The
   * notification happens on the thread that is about to be destroyed.
   */

void onThreadShuttingDown ();

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

IID: nsIID = nsID(4011412651, 16262, 19297, [177, 50, 229, 233, 106, 121, 229, 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 nsIThreadPoolListener
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIThreadPoolListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.