Struct xpcom::interfaces::nsIFindService [] [src]

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

interface nsIFindService : nsISupports

Methods

impl nsIFindService
[src]

[src]

Cast this nsIFindService to one of its base interfaces.

impl nsIFindService
[src]

[src]

attribute AString searchString;

[src]

attribute AString searchString;

[src]

attribute AString replaceString;

[src]

attribute AString replaceString;

[src]

attribute boolean findBackwards;

[src]

attribute boolean findBackwards;

[src]

attribute boolean wrapFind;

[src]

attribute boolean wrapFind;

[src]

attribute boolean entireWord;

[src]

attribute boolean entireWord;

[src]

attribute boolean matchCase;

[src]

attribute boolean matchCase;

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

IID: nsIID = nsID(1348515841, 13326, 4565, [190, 91, 179, 224, 99, 236, 106, 60])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFindService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.