Struct xpcom::interfaces::nsIPrintStatusFeedback [] [src]

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

interface nsIPrintStatusFeedback : nsISupports

/**
 * XXX This interface seems to be unimplemented and unused.
 */

Methods

impl nsIPrintStatusFeedback
[src]

[src]

Cast this nsIPrintStatusFeedback to one of its base interfaces.

impl nsIPrintStatusFeedback
[src]

[src]

void showStatusString (in wstring status);

[src]

void startMeteors ();

[src]

void stopMeteors ();

[src]

void showProgress (in long percent);

[src]

[noscript] void setDocShell (in nsIDocShell shell, in mozIDOMWindowProxy window);

[src]

void closeWindow ();

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

IID: nsIID = nsID(2394357705, 29020, 18558, [146, 124, 197, 97, 57, 34, 149, 72])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPrintStatusFeedback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.