Struct xpcom::interfaces::nsIDOMCSSRuleList [] [src]

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

interface nsIDOMCSSRuleList : nsISupports

Methods

impl nsIDOMCSSRuleList
[src]

[src]

Cast this nsIDOMCSSRuleList to one of its base interfaces.

impl nsIDOMCSSRuleList
[src]

[src]

/**
 * The nsIDOMCSSRuleList interface is a datatype for a list of CSS
 * style rules 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]

nsIDOMCSSRule 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 nsIDOMCSSRuleList
[src]

IID: nsIID = nsID(2798620864, 5555, 4562, [147, 46, 0, 128, 95, 138, 221, 50])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSRuleList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.