Struct xpcom::interfaces::nsIRemoteWindowContext [] [src]

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

interface nsIRemoteWindowContext : nsISupports

Methods

impl nsIRemoteWindowContext
[src]

[src]

Cast this nsIRemoteWindowContext to one of its base interfaces.

impl nsIRemoteWindowContext
[src]

[src]

void openURI (in nsIURI aURI);

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

IID: nsIID = nsID(2499062059, 29998, 20441, [131, 69, 17, 176, 105, 202, 25, 243])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRemoteWindowContext
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.