Struct xpcom::interfaces::nsIPaymentDetails [] [src]

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

interface nsIPaymentDetails : nsISupports

Methods

impl nsIPaymentDetails
[src]

[src]

Cast this nsIPaymentDetails to one of its base interfaces.

impl nsIPaymentDetails
[src]

[src]

readonly attribute AString id;

[src]

readonly attribute nsIPaymentItem totalItem;

[src]

readonly attribute nsIArray displayItems;

[src]

readonly attribute nsIArray shippingOptions;

[src]

readonly attribute nsIArray modifiers;

[src]

readonly attribute AString error;

[src]

void update (in nsIPaymentDetails aDetails);

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

IID: nsIID = nsID(1940235249, 17849, 17925, [166, 230, 122, 166, 13, 170, 144, 57])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentDetails
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.