Struct xpcom::interfaces::mozIExtensionProcessScript [] [src]

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

interface mozIExtensionProcessScript : nsISupports

Methods

impl mozIExtensionProcessScript
[src]

[src]

Cast this mozIExtensionProcessScript to one of its base interfaces.

impl mozIExtensionProcessScript
[src]

[src]

void preloadContentScript (in nsISupports contentScript);

[src]

void loadContentScript (in nsISupports contentScript, in mozIDOMWindowProxy window);

[src]

void initExtensionDocument (in nsISupports extension, in nsIDOMDocument doc);

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

IID: nsIID = nsID(1795808337, 27818, 19623, [157, 109, 48, 200, 114, 88, 166, 48])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIExtensionProcessScript
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.