Struct xpcom::interfaces::nsIPaymentActionRequest [] [src]

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

interface nsIPaymentActionRequest : nsISupports

Methods

impl nsIPaymentActionRequest
[src]

[src]

Cast this nsIPaymentActionRequest to one of its base interfaces.

impl nsIPaymentActionRequest
[src]

UNKNOWN_ACTION: i64 = 0

CREATE_ACTION: i64 = 1

CANMAKE_ACTION: i64 = 2

SHOW_ACTION: i64 = 3

ABORT_ACTION: i64 = 4

COMPLETE_ACTION: i64 = 5

UPDATE_ACTION: i64 = 6

[src]

readonly attribute AString requestId;

[src]

readonly attribute uint32_t type;

[src]

readonly attribute nsIPaymentActionCallback callback;

[src]

void init (in AString aRequestId, in uint32_t aType, in nsIPaymentActionCallback aCallback);

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

IID: nsIID = nsID(2111563966, 48812, 18770, [150, 246, 97, 153, 129, 223, 247, 166])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentActionRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.