Struct xpcom::interfaces::nsIIOServiceInternal [] [src]

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

interface nsIIOServiceInternal : nsISupports

Methods

impl nsIIOServiceInternal
[src]

[src]

Cast this nsIIOServiceInternal to one of its base interfaces.

impl nsIIOServiceInternal
[src]

[src]

/**
     * This is an internal method that should only be called from ContentChild
     * in order to pass the connectivity state from the chrome process to the
     * content process. It throws if called outside the content process.
     */

void SetConnectivity (in boolean connectivity);

[src]

/**
     * An internal method to asynchronously run our notifications that happen
     * when we wake from sleep
     */

void NotifyWakeup ();

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

IID: nsIID = nsID(1714667711, 55674, 17039, [142, 206, 203, 106, 101, 95, 185, 90])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIOServiceInternal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.