Struct xpcom::interfaces::nsIUrlClassifierPositiveCacheEntry [] [src]

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

interface nsIUrlClassifierPositiveCacheEntry : nsISupports

/**
 * nsIUrlClassifierPositiveCacheEntry Represents a positive cache entry.
 */

Methods

impl nsIUrlClassifierPositiveCacheEntry
[src]

[src]

Cast this nsIUrlClassifierPositiveCacheEntry to one of its base interfaces.

impl nsIUrlClassifierPositiveCacheEntry
[src]

[src]

/**
   * Fullhash for the positive cache entry.
   */

readonly attribute ACString fullhash;

[src]

/**
   * Positive cache expiry.
   */

readonly attribute long long expiry;

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

IID: nsIID = nsID(3015868300, 32184, 20287, [151, 165, 90, 148, 215, 129, 229, 101])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUrlClassifierPositiveCacheEntry
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.