Struct xpcom::interfaces::nsICacheStorageVisitor [] [src]

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

interface nsICacheStorageVisitor : nsISupports

Methods

impl nsICacheStorageVisitor
[src]

[src]

Cast this nsICacheStorageVisitor to one of its base interfaces.

impl nsICacheStorageVisitor
[src]

[src]

/**
   */

void onCacheStorageInfo (in uint32_t aEntryCount, in uint64_t aConsumption, in uint64_t aCapacity, in nsIFile aDiskDirectory);

[src]

/**
   */

void onCacheEntryInfo (in nsIURI aURI, in ACString aIdEnhance, in int64_t aDataSize, in long aFetchCount, in uint32_t aLastModifiedTime, in uint32_t aExpirationTime, in boolean aPinned, in nsILoadContextInfo aInfo);

[src]

/**
   */

void onCacheEntryVisitCompleted ();

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

IID: nsIID = nsID(1825030739, 37814, 18475, [142, 157, 30, 4, 216, 233, 214, 85])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICacheStorageVisitor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.