Struct xpcom::interfaces::nsITreeContentView [] [src]

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

interface nsITreeContentView : nsISupports

Methods

impl nsITreeContentView
[src]

[src]

Cast this nsITreeContentView to one of its base interfaces.

impl nsITreeContentView
[src]

[src]

/**
   * Retrieve the content item associated with the specified index.
   */

nsIDOMElement getItemAtIndex (in long index);

[src]

/**
   * Retrieve the index associated with the specified content item.
   */

long getIndexOfItem (in nsIDOMElement item);

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

IID: nsIID = nsID(1593190550, 3082, 16881, [187, 60, 68, 166, 15, 93, 253, 171])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITreeContentView
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.