Struct xpcom::interfaces::nsIBrowserSearchInitObserver [] [src]

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

interface nsIBrowserSearchInitObserver : nsISupports

/**
 * Callback for asynchronous initialization of nsIBrowserSearchService
 */

Methods

impl nsIBrowserSearchInitObserver
[src]

[src]

Cast this nsIBrowserSearchInitObserver to one of its base interfaces.

impl nsIBrowserSearchInitObserver
[src]

[src]

/**
   * Called once initialization of the browser search service is complete.
   *
   * @param aStatus The status of that service.
   */

void onInitComplete (in nsresult aStatus);

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

IID: nsIID = nsID(36004182, 5860, 18417, [153, 121, 118, 255, 152, 206, 181, 144])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIBrowserSearchInitObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.