Struct xpcom::interfaces::nsICookieTransactionCallback [] [src]

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

interface nsICookieTransactionCallback : nsISupports

/**
 * @see nsICookieService::runInTransaction
 */

Methods

impl nsICookieTransactionCallback
[src]

[src]

Cast this nsICookieTransactionCallback to one of its base interfaces.

impl nsICookieTransactionCallback
[src]

[src]

void callback ();

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

IID: nsIID = nsID(264511483, 61879, 17113, [154, 66, 141, 196, 32, 193, 88, 193])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICookieTransactionCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.