Struct xpcom::interfaces::nsITabSource [] [src]

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

interface nsITabSource : nsISupports

Methods

impl nsITabSource
[src]

[src]

Cast this nsITabSource to one of its base interfaces.

impl nsITabSource
[src]

[src]

mozIDOMWindowProxy getTabToStream ();

[src]

void notifyStreamStart (in mozIDOMWindowProxy window);

[src]

void notifyStreamStop (in mozIDOMWindowProxy window);

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

IID: nsIID = nsID(267102194, 32781, 20453, [178, 141, 227, 241, 122, 122, 115, 34])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITabSource
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.