Struct xpcom::interfaces::nsITextServicesFilter [] [src]

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

interface nsITextServicesFilter : nsISupports

Methods

impl nsITextServicesFilter
[src]

[src]

Cast this nsITextServicesFilter to one of its base interfaces.

impl nsITextServicesFilter
[src]

[src]

/**
   * Indicates whether the content node should be skipped by the iterator
   *  @param aNode - node to skip
   */

boolean skip (in nsIDOMNode aNode);

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

IID: nsIID = nsID(1542205983, 22956, 16698, [164, 173, 138, 141, 124, 80, 160, 208])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITextServicesFilter
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.