Struct xpcom::interfaces::mozIStorageBindingParamsArray [] [src]

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

interface mozIStorageBindingParamsArray : nsISupports

Methods

impl mozIStorageBindingParamsArray
[src]

[src]

Cast this mozIStorageBindingParamsArray to one of its base interfaces.

impl mozIStorageBindingParamsArray
[src]

[src]

/**
   * Creates a new mozIStorageBindingParams object that can be added to this
   * array.
   *
   * @return a mozIStorageBindingParams object that can be used to specify
   *         parameters that need to be bound.
   */

mozIStorageBindingParams newBindingParams ();

[src]

/**
   * Adds the parameters to the end of this array.
   *
   * @param aParameters
   *        The parameters to add to this array.
   */

void addParams (in mozIStorageBindingParams aParameters);

[src]

/**
   * The number of mozIStorageBindingParams this object contains.
   */

readonly attribute unsigned long length;

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

IID: nsIID = nsID(1743693251, 18561, 16895, [176, 254, 9, 242, 53, 106, 234, 219])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIStorageBindingParamsArray
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.