Struct xpcom::interfaces::nsIContentProcessInfo [] [src]

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

interface nsIContentProcessInfo : nsISupports

Methods

impl nsIContentProcessInfo
[src]

[src]

Cast this nsIContentProcessInfo to one of its base interfaces.

impl nsIContentProcessInfo
[src]

[src]

/**
   * Is this content process alive?
   */

readonly attribute boolean isAlive;

[src]

/**
   * The content process's PID.
   * Throws if the process is not alive.
   */

readonly attribute int32_t processId;

[src]

/**
   * This content process's opener.
   */

readonly attribute nsIContentProcessInfo opener;

[src]

/**
   * Number of opened tabs living in this content process.
   */

readonly attribute int32_t tabCount;

[src]

/**
   * The process manager for this ContentParent (so a process message manager
   * as opposed to a frame message manager.
   */

readonly attribute nsIMessageSender messageManager;

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

IID: nsIID = nsID(1164925118, 10717, 18803, [136, 91, 149, 174, 206, 28, 154, 138])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentProcessInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.