Struct xpcom::interfaces::nsIUrlClassifierCacheEntry [] [src]

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

interface nsIUrlClassifierCacheEntry : nsISupports

/**
 * nsIUrlClassifierCacheEntry contains cache information for
 * a given prefix.
 */

Methods

impl nsIUrlClassifierCacheEntry
[src]

[src]

Cast this nsIUrlClassifierCacheEntry to one of its base interfaces.

impl nsIUrlClassifierCacheEntry
[src]

[src]

/**
   * Prefix for this cache entry.
   */

readonly attribute ACString prefix;

[src]

/**
   * Negative cache expiry.
   */

readonly attribute long long expiry;

[src]

/**
   * An array of nsIUrlClassifierPositiveCacheEntry, each item represents
   * a positive cache entry with its fullhash and expiry.
   */

readonly attribute nsIArray matches;

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

IID: nsIID = nsID(3593042183, 33334, 16678, [173, 175, 195, 170, 35, 154, 13, 64])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUrlClassifierCacheEntry
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.