Struct xpcom::interfaces::nsIAutoCompleteSearchDescriptor [] [src]

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

interface nsIAutoCompleteSearchDescriptor : nsISupports

Methods

impl nsIAutoCompleteSearchDescriptor
[src]

[src]

Cast this nsIAutoCompleteSearchDescriptor to one of its base interfaces.

impl nsIAutoCompleteSearchDescriptor
[src]

SEARCH_TYPE_DELAYED: i64 = 0

SEARCH_TYPE_IMMEDIATE: i64 = 1

[src]

/**
   * Identifies the search behavior.
   * Should be one of the SEARCH_TYPE_* constants above.
   * Defaults to SEARCH_TYPE_DELAYED.
   */

readonly attribute unsigned short searchType;

[src]

readonly attribute boolean clearingAutoFillSearchesAgain;

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

IID: nsIID = nsID(1279161442, 64507, 17168, [143, 75, 35, 146, 56, 57, 43, 117])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAutoCompleteSearchDescriptor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.