Struct xpcom::interfaces::xpcIJSGetFactory [] [src]

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

interface xpcIJSGetFactory : nsISupports

/**
 * Every JS module exports a single NSGetFactory symbol which is converted into this
 * functional interface type.
 */

Methods

impl xpcIJSGetFactory
[src]

[src]

Cast this xpcIJSGetFactory to one of its base interfaces.

impl xpcIJSGetFactory
[src]

[src]

nsIFactory get (in nsCIDRef aCID);

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

IID: nsIID = nsID(1071694341, 55131, 19628, [147, 71, 210, 184, 85, 5, 1, 67])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for xpcIJSGetFactory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.