Struct xpcom::interfaces::nsIDashboard [] [src]

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

interface nsIDashboard : nsISupports

Methods

impl nsIDashboard
[src]

[src]

Cast this nsIDashboard to one of its base interfaces.

impl nsIDashboard
[src]

[src]

void requestSockets (in NetDashboardCallback cb);

[src]

void requestHttpConnections (in NetDashboardCallback cb);

[src]

void requestWebsocketConnections (in NetDashboardCallback cb);

[src]

void requestDNSInfo (in NetDashboardCallback cb);

[src]

void requestConnection (in ACString aHost, in unsigned long aPort, in string aProtocol, in unsigned long aTimeout, in NetDashboardCallback cb);

[src]

attribute boolean enableLogging;

[src]

attribute boolean enableLogging;

[src]

void requestDNSLookup (in ACString aHost, in NetDashboardCallback cb);

[src]

/**
     * Asyncly returns stats regarding the "Race Cache With Network" feature.
     */

void requestRcwnStats (in NetDashboardCallback cb);

[src]

AUTF8String getLogPath ();

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

IID: nsIID = nsID(3349066694, 2330, 17830, [133, 68, 90, 141, 26, 183, 149, 55])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDashboard
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.