Struct xpcom::interfaces::nsIConsoleAPIStorage [] [src]

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

interface nsIConsoleAPIStorage : nsISupports

Methods

impl nsIConsoleAPIStorage
[src]

[src]

Cast this nsIConsoleAPIStorage to one of its base interfaces.

impl nsIConsoleAPIStorage
[src]

[src]

/**
   * Clear storage data for the given window.
   *
   * @param string [aId]
   *        Optional, the inner window ID for which you want to clear the
   *        messages. If this is not specified all of the cached messages are
   *        cleared, from all window objects.
   */

void clearEvents ([optional] in DOMString aId);

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

IID: nsIID = nsID(2654119862, 50385, 19866, [135, 185, 30, 246, 183, 92, 39, 169])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIConsoleAPIStorage
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.