pub struct SliderEvent {
pub kind: SliderEventType,
pub span_idx: i32,
pub span_start_time: f64,
pub time: f64,
pub path_progress: f64,
}Expand description
A HitObjectSlider event as generated by SliderEventsIter.
Fields§
§kind: SliderEventType§span_idx: i32§span_start_time: f64§time: f64§path_progress: f64Trait Implementations§
Source§impl Clone for SliderEvent
impl Clone for SliderEvent
Source§fn clone(&self) -> SliderEvent
fn clone(&self) -> SliderEvent
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 moreSource§impl Debug for SliderEvent
impl Debug for SliderEvent
Source§impl PartialEq for SliderEvent
impl PartialEq for SliderEvent
impl StructuralPartialEq for SliderEvent
Auto Trait Implementations§
impl Freeze for SliderEvent
impl RefUnwindSafe for SliderEvent
impl Send for SliderEvent
impl Sync for SliderEvent
impl Unpin for SliderEvent
impl UnwindSafe for SliderEvent
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