Struct xpcom::interfaces::nsIDOMCSSStyleDeclaration [] [src]

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

interface nsIDOMCSSStyleDeclaration : nsISupports

Methods

impl nsIDOMCSSStyleDeclaration
[src]

[src]

Cast this nsIDOMCSSStyleDeclaration to one of its base interfaces.

impl nsIDOMCSSStyleDeclaration
[src]

[src]

DOMString getPropertyValue (in DOMString propertyName);

[src]

nsIDOMCSSValue getPropertyCSSValue (in DOMString propertyName);

[src]

DOMString removeProperty (in DOMString propertyName) raises (DOMException);

[src]

DOMString getPropertyPriority (in DOMString propertyName);

[src]

readonly attribute unsigned long length;

[src]

DOMString item (in unsigned long index);

[src]

readonly attribute nsIDOMCSSRule parentRule;

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

IID: nsIID = nsID(2798620862, 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 nsIDOMCSSStyleDeclaration
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSStyleDeclaration
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.