Struct xpcom::interfaces::nsIIdlePeriod [] [src]

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

interface nsIIdlePeriod : nsISupports

/**
 * An instance implementing nsIIdlePeriod is used by an associated
 * nsIThread to estimate when it is likely that it will receive an
 * event.
 */

Methods

impl nsIIdlePeriod
[src]

[src]

Cast this nsIIdlePeriod to one of its base interfaces.

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

IID: nsIID = nsID(568145314, 60137, 19416, [180, 112, 13, 250, 53, 160, 227, 185])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIdlePeriod
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.