Struct xpcom::interfaces::nsIDOMCSSKeyframesRule [] [src]

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

interface nsIDOMCSSKeyframesRule : nsISupports

Methods

impl nsIDOMCSSKeyframesRule
[src]

[src]

Cast this nsIDOMCSSKeyframesRule to one of its base interfaces.

impl nsIDOMCSSKeyframesRule
[src]

[src]

attribute DOMString name;

[src]

attribute DOMString name;

[src]

readonly attribute nsIDOMCSSRuleList cssRules;

[src]

void appendRule (in DOMString rule);

[src]

void deleteRule (in DOMString key);

[src]

nsIDOMCSSKeyframeRule findRule (in DOMString key);

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

IID: nsIID = nsID(1074744176, 44298, 16455, [171, 164, 238, 128, 25, 246, 185, 7])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMCSSKeyframesRule
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.