Struct xpcom::interfaces::inISearchProcess [] [src]

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

interface inISearchProcess : nsISupports

Methods

impl inISearchProcess
[src]

[src]

Cast this inISearchProcess to one of its base interfaces.

impl inISearchProcess
[src]

[src]

readonly attribute boolean isActive;

[src]

readonly attribute long resultCount;

[src]

attribute boolean holdResults;

[src]

attribute boolean holdResults;

[src]

void searchSync ();

[src]

void searchAsync (in inISearchObserver aObserver);

[src]

void searchStop ();

[src]

boolean searchStep ();

[src]

AString getStringResultAt (in long aIndex);

[src]

long getIntResultAt (in long aIndex);

[src]

unsigned long getUIntResultAt (in long aIndex);

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

IID: nsIID = nsID(3589961307, 9288, 18054, [183, 193, 95, 241, 58, 203, 15, 201])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for inISearchProcess
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.