Struct xpcom::interfaces::mozIMozIntlHelper [] [src]

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

interface mozIMozIntlHelper : nsISupports

/**
 * This is an internal helper for mozIMozIntl API. There should be virtually
 * no reason for you to call this API except from mozIMozIntl implementation.
 *
 * This API helps accessing the SpiderMonkey Intl APIs, but it is mozIMozIntl
 * that exposes the thin wrapper around them that binds the functionality
 * to Gecko.
 */

Methods

impl mozIMozIntlHelper
[src]

[src]

Cast this mozIMozIntlHelper to one of its base interfaces.

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

IID: nsIID = nsID(413051517, 45722, 17321, [177, 251, 118, 88, 153, 13, 249, 64])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIMozIntlHelper
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.