Struct xpcom::interfaces::inISearchObserver [] [src]

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

interface inISearchObserver : nsISupports

Methods

impl inISearchObserver
[src]

[src]

Cast this inISearchObserver to one of its base interfaces.

impl inISearchObserver
[src]

IN_SUCCESS: i64 = 1

IN_INTERRUPTED: i64 = 2

IN_ERROR: i64 = 3

[src]

void onSearchStart (in inISearchProcess aModule);

[src]

void onSearchResult (in inISearchProcess aModule);

[src]

void onSearchEnd (in inISearchProcess aModule, in short aResult);

[src]

void onSearchError (in inISearchProcess aModule, in AString aMessage);

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

IID: nsIID = nsID(1176661403, 58264, 16646, [141, 155, 34, 93, 77, 5, 137, 245])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for inISearchObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.