Struct xpcom::interfaces::nsIXPConnectWrappedJS [] [src]

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

interface nsIXPConnectWrappedJS : nsIXPConnectJSObjectHolder

Methods

impl nsIXPConnectWrappedJS
[src]

[src]

Cast this nsIXPConnectWrappedJS to one of its base interfaces.

impl nsIXPConnectWrappedJS
[src]

[src]

readonly attribute nsIInterfaceInfo InterfaceInfo;

[src]

readonly attribute nsIIDPtr InterfaceIID;

[src]

void debugDump (in short depth);

[src]

void aggregatedQueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

Methods from Deref<Target = nsIXPConnectJSObjectHolder>

[src]

Cast this nsIXPConnectJSObjectHolder to one of its base interfaces.

Trait Implementations

impl XpCom for nsIXPConnectWrappedJS
[src]

IID: nsIID = nsID(973189334, 1867, 18925, [186, 195, 8, 199, 99, 102, 202, 228])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPConnectWrappedJS
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.