Struct xpcom::interfaces::ScriptableOK [] [src]

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

interface ScriptableOK : nsISupports

Methods

impl ScriptableOK
[src]

[src]

Cast this ScriptableOK to one of its base interfaces.

impl ScriptableOK
[src]

[src]

void method1 ();

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

IID: nsIID = nsID(2467572303, 58575, 16970, [184, 51, 230, 56, 248, 125, 38, 7])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for ScriptableOK
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.