Struct xpcom::interfaces::ScriptableWithNotXPCOMBase [] [src]

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

interface ScriptableWithNotXPCOMBase : ScriptableWithNotXPCOM

Methods

impl ScriptableWithNotXPCOMBase
[src]

[src]

Cast this ScriptableWithNotXPCOMBase to one of its base interfaces.

impl ScriptableWithNotXPCOMBase
[src]

[src]

void method3 ();

Methods from Deref<Target = ScriptableWithNotXPCOM>

[src]

Cast this ScriptableWithNotXPCOM to one of its base interfaces.

[src]

[notxpcom] void method2 ();

Trait Implementations

impl XpCom for ScriptableWithNotXPCOMBase
[src]

IID: nsIID = nsID(1325853792, 15283, 18194, [171, 24, 178, 181, 149, 40, 85, 88])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for ScriptableWithNotXPCOMBase
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.