Struct xpcom::interfaces::imgINotificationObserver [] [src]

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

interface imgINotificationObserver : nsISupports

Methods

impl imgINotificationObserver
[src]

[src]

Cast this imgINotificationObserver to one of its base interfaces.

impl imgINotificationObserver
[src]

SIZE_AVAILABLE: i64 = 1

FRAME_UPDATE: i64 = 2

FRAME_COMPLETE: i64 = 3

LOAD_COMPLETE: i64 = 4

DECODE_COMPLETE: i64 = 5

DISCARD: i64 = 6

UNLOCKED_DRAW: i64 = 7

IS_ANIMATED: i64 = 8

HAS_TRANSPARENCY: i64 = 9

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

IID: nsIID = nsID(64640577, 41779, 17738, [168, 89, 3, 109, 11, 182, 131, 183])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for imgINotificationObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.