Struct xpcom::interfaces::imgIContainerCallback [] [src]

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

interface imgIContainerCallback : nsISupports

Methods

impl imgIContainerCallback
[src]

[src]

Cast this imgIContainerCallback to one of its base interfaces.

impl imgIContainerCallback
[src]

[src]

/**
 * This is a companion interface for nsIAsyncInputStream::asyncWait.
 */

void onImageReady (in imgIContainer aImage, in nsresult aStatus);

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

IID: nsIID = nsID(4053104428, 42176, 18350, [128, 202, 33, 30, 0, 28, 103, 190])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for imgIContainerCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.