Struct xpcom::interfaces::nsIXPConnect [] [src]

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

interface nsIXPConnect : nsISupports

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

Methods

impl nsIXPConnect
[src]

[src]

Cast this nsIXPConnect to one of its base interfaces.

impl nsIXPConnect
[src]

[src]

void debugDump (in short depth);

[src]

void debugDumpObject (in nsISupports aCOMObj, in short depth);

[src]

void debugDumpJSStack (in boolean showArgs, in boolean showLocals, in boolean showThisProps);

[src]

void setFunctionThisTranslator (in nsIIDRef aIID, in nsIXPCFunctionThisTranslator aTranslator);

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

IID: nsIID = nsID(1988429749, 47489, 16583, [130, 118, 246, 161, 218, 80, 42, 36])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPConnect
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.