Struct xpcom::interfaces::nsIUrlClassifierCacheInfo [] [src]

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

interface nsIUrlClassifierCacheInfo : nsISupports

/**
 * Cache information for a given table.
 */

Methods

impl nsIUrlClassifierCacheInfo
[src]

[src]

Cast this nsIUrlClassifierCacheInfo to one of its base interfaces.

impl nsIUrlClassifierCacheInfo
[src]

[src]

/**
   * Table name.
   */

readonly attribute ACString table;

[src]

readonly attribute nsIArray entries;

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

IID: nsIID = nsID(1765297956, 55749, 17506, [178, 78, 53, 28, 105, 227, 180, 106])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUrlClassifierCacheInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.