Struct xpcom::interfaces::nsIUrlClassifierLookupCallback [] [src]

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

interface nsIUrlClassifierLookupCallback : nsISupports

/**
 * This is an internal helper interface for communication between the
 * main thread and the dbservice worker thread.  It is called for each
 * lookup to provide a set of possible results, which the main thread
 * may need to expand using an nsIUrlClassifierCompleter.
 */

Methods

impl nsIUrlClassifierLookupCallback
[src]

[src]

Cast this nsIUrlClassifierLookupCallback to one of its base interfaces.

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

IID: nsIID = nsID(3104038031, 57329, 17150, [137, 75, 54, 231, 165, 155, 184, 1])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUrlClassifierLookupCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.