Struct xpcom::interfaces::nsIDOMStyleSheetList [] [src]

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

interface nsIDOMStyleSheetList : nsISupports

Methods

impl nsIDOMStyleSheetList
[src]

[src]

Cast this nsIDOMStyleSheetList to one of its base interfaces.

impl nsIDOMStyleSheetList
[src]

[src]

/**
 * The nsIDOMStyleSheetList interface is a datatype for a style sheet
 * list in the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

readonly attribute unsigned long length;

[src]

[binaryname(SlowItem)] nsIDOMStyleSheet item (in unsigned long index);

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

IID: nsIID = nsID(239223376, 44074, 20450, [188, 205, 164, 88, 36, 175, 9, 14])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMStyleSheetList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.