Struct xpcom::interfaces::mozIStorageProgressHandler [] [src]

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

interface mozIStorageProgressHandler : nsISupports

/**
 * mozIProgressHandler is to be implemented by storage consumers that
 * wish to receive callbacks during the request execution.
 */

Methods

impl mozIStorageProgressHandler
[src]

[src]

Cast this mozIStorageProgressHandler to one of its base interfaces.

impl mozIStorageProgressHandler
[src]

[src]

/**
   * onProgress is invoked periodically during long running calls.
   *
   * @param aConnection    connection, for which progress handler is
   *                       invoked.
   *
   * @return true to abort request, false to continue work.
   */

boolean onProgress (in mozIStorageConnection aConnection);

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

IID: nsIID = nsID(2745629908, 49033, 16904, [168, 55, 191, 42, 115, 175, 211, 12])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIStorageProgressHandler
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.