Struct xpcom::interfaces::nsICacheTesting [] [src]

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

interface nsICacheTesting : nsISupports

/**
 * This is an internal interface used only for testing purposes.
 *
 * THIS IS NOT AN API TO BE USED BY EXTENSIONS! ONLY USED BY MOZILLA TESTS.
 */

Methods

impl nsICacheTesting
[src]

[src]

Cast this nsICacheTesting to one of its base interfaces.

impl nsICacheTesting
[src]

[src]

void suspendCacheIOThread (in uint32_t aLevel);

[src]

void resumeCacheIOThread ();

[src]

void flush (in nsIObserver aObserver);

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

IID: nsIID = nsID(1317775669, 37601, 19060, [148, 75, 177, 162, 240, 42, 116, 128])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICacheTesting
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.