Struct xpcom::interfaces::nsIGeneralResponseData [] [src]

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

interface nsIGeneralResponseData : nsIPaymentResponseData

/**
 * The general purpose response data.
 */

Methods

impl nsIGeneralResponseData
[src]

[src]

Cast this nsIGeneralResponseData to one of its base interfaces.

impl nsIGeneralResponseData
[src]

[src]

/**
   *  The stringified response data.
   */

readonly attribute AString data;

Methods from Deref<Target = nsIPaymentResponseData>

[src]

Cast this nsIPaymentResponseData to one of its base interfaces.

[src]

/**
   *  The response data type.
   *  Using the above defined consts(GENERAL_RESPONSE or BASICCARD_RESPONSE).
   */

readonly attribute uint32_t type;

[src]

/**
   *  The initial method.
   *  @param aType - the response data type.
   */

void init (in uint32_t aType);

Trait Implementations

impl XpCom for nsIGeneralResponseData
[src]

IID: nsIID = nsID(3112597310, 11056, 20178, [184, 254, 106, 150, 99, 28, 128, 0])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGeneralResponseData
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.