Struct xpcom::interfaces::nsIDOMXULRelatedElement [] [src]

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

interface nsIDOMXULRelatedElement : nsISupports

Methods

impl nsIDOMXULRelatedElement
[src]

[src]

Cast this nsIDOMXULRelatedElement to one of its base interfaces.

impl nsIDOMXULRelatedElement
[src]

[src]

/**
   * Retrun an element associated with the given element. It's implemented
   * by container elements having relation between their items. For example,
   * this interface is implemented by XUL tabs and XUL tabpanels elements
   * and used to get XUL tab element by linked tab panel and vice versa.
   */

nsIDOMNode getRelatedElement (in nsIDOMNode aElement);

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

IID: nsIID = nsID(2679816282, 64295, 18189, [142, 95, 2, 139, 45, 197, 74, 208])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMXULRelatedElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.