Struct xpcom::interfaces::nsIMessageManagerGlobal [] [src]

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

interface nsIMessageManagerGlobal : nsISyncMessageSender

Methods

impl nsIMessageManagerGlobal
[src]

[src]

Cast this nsIMessageManagerGlobal to one of its base interfaces.

impl nsIMessageManagerGlobal
[src]

[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);

Methods from Deref<Target = nsISyncMessageSender>

[src]

Cast this nsISyncMessageSender to one of its base interfaces.

Trait Implementations

impl XpCom for nsIMessageManagerGlobal
[src]

IID: nsIID = nsID(334714207, 30366, 17642, [182, 7, 82, 57, 35, 12, 49, 98])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMessageManagerGlobal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.