Struct xpcom::interfaces::nsIPaymentShippingOption [] [src]

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

interface nsIPaymentShippingOption : nsISupports

Methods

impl nsIPaymentShippingOption
[src]

[src]

Cast this nsIPaymentShippingOption to one of its base interfaces.

impl nsIPaymentShippingOption
[src]

[src]

readonly attribute AString id;

[src]

readonly attribute AString label;

[src]

readonly attribute nsIPaymentCurrencyAmount amount;

[src]

attribute boolean selected;

[src]

attribute boolean selected;

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

IID: nsIID = nsID(1748243793, 13829, 17281, [185, 54, 65, 232, 48, 170, 136, 251])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentShippingOption
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.