Struct xpcom::interfaces::nsIImageDocument [] [src]

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

interface nsIImageDocument : nsISupports

Methods

impl nsIImageDocument
[src]

[src]

Cast this nsIImageDocument to one of its base interfaces.

impl nsIImageDocument
[src]

[src]

readonly attribute boolean imageIsOverflowing;

[src]

readonly attribute boolean imageIsResized;

[src]

readonly attribute imgIRequest imageRequest;

[src]

[binaryname(DOMShrinkToFit)] void shrinkToFit ();

[src]

[binaryname(DOMRestoreImage)] void restoreImage ();

[src]

[binaryname(DOMRestoreImageTo)] void restoreImageTo (in long x, in long y);

[src]

[binaryname(DOMToggleImageSize)] void toggleImageSize ();

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

IID: nsIID = nsID(2277670808, 14300, 19300, [168, 205, 146, 0, 54, 36, 188, 238])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIImageDocument
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.