pub struct DoubleTimeCatch {
pub speed_change: Option<f64>,
pub adjust_pitch: Option<bool>,
}Expand description
Zoooooooooom…
Fields§
§speed_change: Option<f64>The actual increase to apply
adjust_pitch: Option<bool>Should pitch be adjusted with speed
Implementations§
Source§impl DoubleTimeCatch
impl DoubleTimeCatch
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of DoubleTimeCatch
Sourcepub fn incompatible_mods() -> impl Iterator<Item = Acronym>
pub fn incompatible_mods() -> impl Iterator<Item = Acronym>
Iterator of Acronym for mods that are incompatible with DoubleTimeCatch
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of DoubleTimeCatch
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of DoubleTimeCatch
Sourcepub const fn bits() -> u32
pub const fn bits() -> u32
Bit value of DoubleTimeCatch
Trait Implementations§
Source§impl Clone for DoubleTimeCatch
impl Clone for DoubleTimeCatch
Source§fn clone(&self) -> DoubleTimeCatch
fn clone(&self) -> DoubleTimeCatch
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 DoubleTimeCatch
impl Debug for DoubleTimeCatch
Source§impl Default for DoubleTimeCatch
impl Default for DoubleTimeCatch
Source§fn default() -> DoubleTimeCatch
fn default() -> DoubleTimeCatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for DoubleTimeCatch
impl PartialEq for DoubleTimeCatch
Source§impl Serialize for DoubleTimeCatch
impl Serialize for DoubleTimeCatch
Source§fn serialize<S>(
&self,
s: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
s: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DoubleTimeCatch
Auto Trait Implementations§
impl Freeze for DoubleTimeCatch
impl RefUnwindSafe for DoubleTimeCatch
impl Send for DoubleTimeCatch
impl Sync for DoubleTimeCatch
impl Unpin for DoubleTimeCatch
impl UnwindSafe for DoubleTimeCatch
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