Enum rosu_map::section::hit_objects::SliderEventType
source · pub enum SliderEventType {
Head,
Tick,
Repeat,
LastTick,
Tail,
}Expand description
The type of a SliderEvent.
Variants§
Trait Implementations§
source§impl Clone for SliderEventType
impl Clone for SliderEventType
source§fn clone(&self) -> SliderEventType
fn clone(&self) -> SliderEventType
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 SliderEventType
impl Debug for SliderEventType
source§impl PartialEq for SliderEventType
impl PartialEq for SliderEventType
source§fn eq(&self, other: &SliderEventType) -> bool
fn eq(&self, other: &SliderEventType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SliderEventType
impl Eq for SliderEventType
impl StructuralPartialEq for SliderEventType
Auto Trait Implementations§
impl RefUnwindSafe for SliderEventType
impl Send for SliderEventType
impl Sync for SliderEventType
impl Unpin for SliderEventType
impl UnwindSafe for SliderEventType
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