Struct xpcom::interfaces::nsIXPConnectWrappedNative [] [src]

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

interface nsIXPConnectWrappedNative : nsIXPConnectJSObjectHolder

Methods

impl nsIXPConnectWrappedNative
[src]

[src]

Cast this nsIXPConnectWrappedNative to one of its base interfaces.

impl nsIXPConnectWrappedNative
[src]

[src]

void debugDump (in short depth);

Methods from Deref<Target = nsIXPConnectJSObjectHolder>

[src]

Cast this nsIXPConnectJSObjectHolder to one of its base interfaces.

Trait Implementations

impl XpCom for nsIXPConnectWrappedNative
[src]

IID: nsIID = nsID(3884432937, 56157, 19013, [163, 214, 29, 225, 214, 184, 92, 48])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPConnectWrappedNative
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.