Struct xpcom::interfaces::nsIXPCScriptable [] [src]

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

interface nsIXPCScriptable : nsISupports

Methods

impl nsIXPCScriptable
[src]

[src]

Cast this nsIXPCScriptable to one of its base interfaces.

impl nsIXPCScriptable
[src]

[src]

/**
 * Note: This is not really an XPCOM interface.  For example, callers must
 * guarantee that they set the *_retval of the various methods that return a
 * boolean to PR_TRUE before making the call.  Implementations may skip writing
 * to *_retval unless they want to return PR_FALSE.
 */

readonly attribute AUTF8String className;

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

IID: nsIID = nsID(431426342, 31807, 17279, [160, 74, 42, 143, 158, 40, 182, 23])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCScriptable
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.