Struct xpcom::interfaces::nsITabChild [] [src]

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

interface nsITabChild : nsISupports

Methods

impl nsITabChild
[src]

[src]

Cast this nsITabChild to one of its base interfaces.

impl nsITabChild
[src]

[src]

readonly attribute nsIContentFrameMessageManager messageManager;

[src]

attribute nsIWebBrowserChrome3 webBrowserChrome;

[src]

attribute nsIWebBrowserChrome3 webBrowserChrome;

[src]

[notxpcom] void sendRequestFocus (in boolean canFocus);

[src]

[notxpcom] void sendGetTabCount (out uint32_t tabCount);

[src]

[noscript] void remoteSizeShellTo (in int32_t width, in int32_t height, in int32_t shellItemWidth, in int32_t shellItemHeight);

[noscript] void remoteDropLinks (in unsigned long linksCount, [array, size_is (linksCount)] in nsIDroppedLinkItem links);

[src]

readonly attribute uint64_t tabId;

[src]

[noscript,notxpcom] void beforeUnloadAdded ();

[src]

[noscript,notxpcom] void beforeUnloadRemoved ();

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

IID: nsIID = nsID(532126759, 59232, 16520, [177, 156, 28, 227, 103, 62, 194, 78])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITabChild
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.