Struct xpcom::interfaces::nsICacheEntryMetaDataVisitor [] [src]

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

interface nsICacheEntryMetaDataVisitor : nsISupports

Methods

impl nsICacheEntryMetaDataVisitor
[src]

[src]

Cast this nsICacheEntryMetaDataVisitor to one of its base interfaces.

impl nsICacheEntryMetaDataVisitor
[src]

[src]

/**
 * Argument for nsICacheEntry.visitMetaData, provides access to all metadata
 * keys and values stored on the entry.
 */
/**
   * Called over each key / value pair.
   */

void onMetaDataElement (in string key, in string value);

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

IID: nsIID = nsID(4272153206, 27557, 19691, [165, 129, 128, 125, 31, 67, 246, 208])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICacheEntryMetaDataVisitor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.