Struct xpcom::interfaces::nsIDOMCSSValue [] [src]

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

interface nsIDOMCSSValue : nsISupports

Methods

impl nsIDOMCSSValue
[src]

[src]

Cast this nsIDOMCSSValue to one of its base interfaces.

impl nsIDOMCSSValue
[src]

CSS_INHERIT: i64 = 0
/**
 * The nsIDOMCSSValue interface is a datatype for a CSS value in the
 * Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

CSS_PRIMITIVE_VALUE: i64 = 1

CSS_VALUE_LIST: i64 = 2

CSS_CUSTOM: i64 = 3

[src]

attribute DOMString cssText;

[src]

attribute DOMString cssText;

[src]

readonly attribute unsigned short cssValueType;

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

IID: nsIID = nsID(10452645, 40576, 16830, [176, 8, 219, 98, 241, 8, 35, 242])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSValue
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.