Struct xpcom::interfaces::nsIContentProcessMessageManager [] [src]

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

interface nsIContentProcessMessageManager : nsIMessageManagerGlobal

Methods

impl nsIContentProcessMessageManager
[src]

[src]

Cast this nsIContentProcessMessageManager to one of its base interfaces.

Methods from Deref<Target = nsIMessageManagerGlobal>

[src]

Cast this nsIMessageManagerGlobal to one of its base interfaces.

[src]

/**
   * Print a string to stdout.
   */

void dump (in DOMString aStr);

[src]

/**
   * If leak detection is enabled, print a note to the leak log that this
   * process will intentionally crash.
   */

void privateNoteIntentionalCrash ();

[src]

/**
   * Ascii base64 data to binary data and vice versa
   */

DOMString atob (in DOMString aAsciiString);

[src]

DOMString btoa (in DOMString aBase64Data);

Trait Implementations

impl XpCom for nsIContentProcessMessageManager
[src]

IID: nsIID = nsID(1829954663, 9286, 18139, [153, 101, 228, 233, 60, 184, 124, 165])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentProcessMessageManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.