Struct xpcom::interfaces::xpcIJSModuleLoader [] [src]

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

interface xpcIJSModuleLoader : nsISupports

Methods

impl xpcIJSModuleLoader
[src]

[src]

Cast this xpcIJSModuleLoader to one of its base interfaces.

impl xpcIJSModuleLoader
[src]

[src]

void loadedModules ([optional] out unsigned long length, [array, size_is (length), retval] out string aModules);

[src]

void loadedComponents ([optional] out unsigned long length, [array, size_is (length), retval] out string aComponents);

[src]

ACString getModuleImportStack (in AUTF8String aLocation);

[src]

ACString getComponentLoadStack (in AUTF8String aLocation);

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

IID: nsIID = nsID(1335144991, 10528, 19417, [130, 81, 95, 182, 15, 176, 84, 178])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for xpcIJSModuleLoader
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.