Struct xpcom::interfaces::nsIDOMTransitionEvent [] [src]

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

interface nsIDOMTransitionEvent : nsISupports

/**
 * Transition events are defined in:
 * http://www.w3.org/TR/css3-transitions/#transition-events-
 * http://dev.w3.org/csswg/css3-transitions/#transition-events-
 */

Methods

impl nsIDOMTransitionEvent
[src]

[src]

Cast this nsIDOMTransitionEvent to one of its base interfaces.

impl nsIDOMTransitionEvent
[src]

[src]

readonly attribute DOMString propertyName;

[src]

readonly attribute float elapsedTime;

[src]

readonly attribute DOMString pseudoElement;

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

IID: nsIID = nsID(3996424639, 3860, 19382, [130, 156, 25, 173, 36, 253, 74, 133])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMTransitionEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.