Struct xpcom::interfaces::nsIXPCTestReturnCodeChild [] [src]

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

interface nsIXPCTestReturnCodeChild : nsISupports

Methods

impl nsIXPCTestReturnCodeChild
[src]

[src]

Cast this nsIXPCTestReturnCodeChild to one of its base interfaces.

impl nsIXPCTestReturnCodeChild
[src]

CHILD_SHOULD_THROW: i64 = 0

CHILD_SHOULD_RETURN_SUCCESS: i64 = 1

CHILD_SHOULD_RETURN_RESULTCODE: i64 = 2

CHILD_SHOULD_NEST_RESULTCODES: i64 = 3

[src]

void doIt (in long behavior);

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

IID: nsIID = nsID(1731001652, 8145, 17757, [153, 1, 216, 121, 250, 111, 219, 149])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCTestReturnCodeChild
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.