Struct xpcom::interfaces::mozIPlacesPendingOperation [] [src]

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

interface mozIPlacesPendingOperation : nsISupports

Methods

impl mozIPlacesPendingOperation
[src]

[src]

Cast this mozIPlacesPendingOperation to one of its base interfaces.

impl mozIPlacesPendingOperation
[src]

[src]

/**
   * Cancels a pending operation, if possible.  This will only fail if you try
   * to cancel more than once.
   */

void cancel ();

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

IID: nsIID = nsID(3956478836, 14344, 16612, [158, 115, 48, 59, 247, 4, 103, 195])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIPlacesPendingOperation
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.