Struct script::dom::animationevent::AnimationEvent
source · #[repr(C)]pub struct AnimationEvent {
event: Event,
animation_name: Atom,
elapsed_time: Finite<f32>,
pseudo_element: DOMString,
}
Fields§
§event: Event
§animation_name: Atom
§elapsed_time: Finite<f32>
§pseudo_element: DOMString
Implementations§
source§impl AnimationEvent
impl AnimationEvent
fn new_inherited(init: &AnimationEventInit) -> AnimationEvent
pub fn new(
window: &Window,
type_: Atom,
init: &AnimationEventInit
) -> Root<Dom<AnimationEvent>>
pub fn Constructor(
window: &Window,
type_: DOMString,
init: &AnimationEventInit
) -> Root<Dom<AnimationEvent>>
source§impl AnimationEvent
impl AnimationEvent
fn __assert_parent_type(&self)
Trait Implementations§
source§impl Castable for AnimationEvent
impl Castable for AnimationEvent
source§impl DomObject for AnimationEvent
impl DomObject for AnimationEvent
source§impl DomObjectWrap for AnimationEvent
impl DomObjectWrap for AnimationEvent
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::AnimationEventBinding::AnimationEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::animationevent::AnimationEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::animationevent::AnimationEvent>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::AnimationEventBinding::AnimationEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::animationevent::AnimationEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::animationevent::AnimationEvent>>}
Function pointer to the general wrap function type
source§impl HasParent for AnimationEvent
impl HasParent for AnimationEvent
source§impl IDLInterface for AnimationEvent
impl IDLInterface for AnimationEvent
source§impl JSTraceable for AnimationEvent
impl JSTraceable for AnimationEvent
source§impl MallocSizeOf for AnimationEvent
impl MallocSizeOf for AnimationEvent
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for AnimationEvent
impl MutDomObject for AnimationEvent
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<AnimationEvent> for AnimationEvent
impl PartialEq<AnimationEvent> for AnimationEvent
source§fn eq(&self, other: &AnimationEvent) -> bool
fn eq(&self, other: &AnimationEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for AnimationEvent
impl ToJSValConvertible for AnimationEvent
impl DerivedFrom<Event> for AnimationEvent
Auto Trait Implementations§
impl !RefUnwindSafe for AnimationEvent
impl !Send for AnimationEvent
impl !Sync for AnimationEvent
impl Unpin for AnimationEvent
impl !UnwindSafe for AnimationEvent
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert