Struct xpcom::interfaces::nsIDOMStorage [] [src]

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

interface nsIDOMStorage : nsISupports

/**
 * Empty interface for client side storage. DOMStorage is now ported to WebIDL
 * but we still need an XPConnect interface for casting.
 */

Methods

impl nsIDOMStorage
[src]

[src]

Cast this nsIDOMStorage to one of its base interfaces.

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

IID: nsIID = nsID(1113207792, 57577, 17895, [169, 95, 153, 8, 189, 106, 233, 136])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMStorage
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.