Struct xpcom::interfaces::nsIUTF8StringEnumerator [] [src]

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

interface nsIUTF8StringEnumerator : nsISupports

Methods

impl nsIUTF8StringEnumerator
[src]

[src]

Cast this nsIUTF8StringEnumerator to one of its base interfaces.

impl nsIUTF8StringEnumerator
[src]

[src]

boolean hasMore ();

[src]

AUTF8String getNext ();

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

IID: nsIID = nsID(2615087120, 13973, 18695, [149, 237, 131, 208, 65, 14, 195, 7])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUTF8StringEnumerator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.