Struct xpcom::interfaces::imgIScriptedNotificationObserver [] [src]

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

interface imgIScriptedNotificationObserver : nsISupports

Methods

impl imgIScriptedNotificationObserver
[src]

[src]

Cast this imgIScriptedNotificationObserver to one of its base interfaces.

impl imgIScriptedNotificationObserver
[src]

[src]

void sizeAvailable (in imgIRequest aRequest);

[src]

void frameUpdate (in imgIRequest aRequest);

[src]

void frameComplete (in imgIRequest aRequest);

[src]

void loadComplete (in imgIRequest aRequest);

[src]

void decodeComplete (in imgIRequest aRequest);

[src]

void discard (in imgIRequest aRequest);

[src]

void isAnimated (in imgIRequest aRequest);

[src]

void hasTransparency (in imgIRequest aRequest);

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

IID: nsIID = nsID(280909235, 8233, 16807, [169, 117, 83, 142, 254, 210, 80, 237])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for imgIScriptedNotificationObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.