pub struct SceneEvent {
pub kind: EventKind,
pub time: f32,
}Expand description
A scene event with a timestamp.
Fields§
§kind: EventKind§time: f32Trait Implementations§
Source§impl Clone for SceneEvent
impl Clone for SceneEvent
Source§fn clone(&self) -> SceneEvent
fn clone(&self) -> SceneEvent
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SceneEvent
impl RefUnwindSafe for SceneEvent
impl Send for SceneEvent
impl Sync for SceneEvent
impl Unpin for SceneEvent
impl UnsafeUnpin for SceneEvent
impl UnwindSafe for SceneEvent
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