Struct xpcom::interfaces::nsIXPCFunctionThisTranslator [] [src]

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

interface nsIXPCFunctionThisTranslator : nsISupports

/***************************************************************************/

Methods

impl nsIXPCFunctionThisTranslator
[src]

[src]

Cast this nsIXPCFunctionThisTranslator to one of its base interfaces.

impl nsIXPCFunctionThisTranslator
[src]

[src]

nsISupports TranslateThis (in nsISupports aInitialThis);

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

IID: nsIID = nsID(4126690160, 37611, 16881, [161, 221, 46, 170, 192, 237, 86, 76])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCFunctionThisTranslator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.