pub struct AnimateEvent {
pub frame: u64,
pub time: f64,
}
Fields§
§frame: u64
§time: f64
Trait Implementations§
Source§impl Clone for AnimateEvent
impl Clone for AnimateEvent
Source§fn clone(&self) -> AnimateEvent
fn clone(&self) -> AnimateEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AnimateEvent
impl Debug for AnimateEvent
Source§impl Default for AnimateEvent
impl Default for AnimateEvent
Source§fn default() -> AnimateEvent
fn default() -> AnimateEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for AnimateEvent
impl PartialEq for AnimateEvent
impl StructuralPartialEq for AnimateEvent
Auto Trait Implementations§
impl Freeze for AnimateEvent
impl RefUnwindSafe for AnimateEvent
impl Send for AnimateEvent
impl Sync for AnimateEvent
impl Unpin for AnimateEvent
impl UnwindSafe for AnimateEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more