Struct xpcom::interfaces::nsIDOMCSSKeyframeRule [] [src]

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

interface nsIDOMCSSKeyframeRule : nsISupports

Methods

impl nsIDOMCSSKeyframeRule
[src]

[src]

Cast this nsIDOMCSSKeyframeRule to one of its base interfaces.

impl nsIDOMCSSKeyframeRule
[src]

[src]

attribute DOMString keyText;

[src]

attribute DOMString keyText;

[src]

readonly attribute nsIDOMCSSStyleDeclaration style;

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

IID: nsIID = nsID(2726406324, 60066, 18856, [139, 151, 172, 194, 129, 74, 87, 201])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSKeyframeRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.