Struct xpcom::interfaces::nsIDOMCSSValueList [] [src]

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

interface nsIDOMCSSValueList : nsIDOMCSSValue

Methods

impl nsIDOMCSSValueList
[src]

[src]

Cast this nsIDOMCSSValueList to one of its base interfaces.

Methods from Deref<Target = nsIDOMCSSValue>

[src]

Cast this nsIDOMCSSValue to one of its base interfaces.

[src]

attribute DOMString cssText;

[src]

attribute DOMString cssText;

[src]

readonly attribute unsigned short cssValueType;

Trait Implementations

impl XpCom for nsIDOMCSSValueList
[src]

IID: nsIID = nsID(2453032657, 58212, 16757, [188, 82, 194, 254, 150, 113, 203, 199])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSValueList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.