pub enum CountdownType {
None,
Normal,
HalfSpeed,
DoubleSpeed,
}Expand description
The countdown type of a Beatmap.
Variants§
Trait Implementations§
Source§impl Clone for CountdownType
impl Clone for CountdownType
Source§fn clone(&self) -> CountdownType
fn clone(&self) -> CountdownType
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 CountdownType
impl Debug for CountdownType
Source§impl Default for CountdownType
impl Default for CountdownType
Source§fn default() -> CountdownType
fn default() -> CountdownType
Returns the “default value” for a type. Read more
Source§impl FromStr for CountdownType
impl FromStr for CountdownType
Source§impl PartialEq for CountdownType
impl PartialEq for CountdownType
impl Copy for CountdownType
impl Eq for CountdownType
impl StructuralPartialEq for CountdownType
Auto Trait Implementations§
impl Freeze for CountdownType
impl RefUnwindSafe for CountdownType
impl Send for CountdownType
impl Sync for CountdownType
impl Unpin for CountdownType
impl UnwindSafe for CountdownType
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