Struct xpcom::interfaces::imgIContainerDebug [] [src]

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

interface imgIContainerDebug : nsISupports

/**
 * This interface is used in debug builds (and only there) in
 * order to let automatic tests running JavaScript access
 * internal state of imgContainers. This lets us test
 * things like animation.
 */

Methods

impl imgIContainerDebug
[src]

[src]

Cast this imgIContainerDebug to one of its base interfaces.

impl imgIContainerDebug
[src]

[src]

/**
   * The # of frames this imgContainer has been notified about.
   * That is equal to the # of times the animation timer has
   * fired, and is usually equal to the # of frames actually
   * drawn (but actual drawing might be disabled).
   */

readonly attribute uint32_t framesNotified;

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

IID: nsIID = nsID(1389082681, 28259, 19056, [178, 26, 29, 180, 202, 112, 108, 73])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for imgIContainerDebug
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.