pub struct ApproachDifferentOsu {
pub scale: Option<f64>,
pub style: Option<String>,
}Expand description
Never trust the approach circles…
Fields§
§scale: Option<f64>Change the initial size of the approach circle, relative to hit circles.
style: Option<String>Change the animation style of the approach circles.
Implementations§
Source§impl ApproachDifferentOsu
impl ApproachDifferentOsu
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of ApproachDifferentOsu
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 ApproachDifferentOsu
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of ApproachDifferentOsu
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of ApproachDifferentOsu
Trait Implementations§
Source§impl Clone for ApproachDifferentOsu
impl Clone for ApproachDifferentOsu
Source§fn clone(&self) -> ApproachDifferentOsu
fn clone(&self) -> ApproachDifferentOsu
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 ApproachDifferentOsu
impl Debug for ApproachDifferentOsu
Source§impl Default for ApproachDifferentOsu
impl Default for ApproachDifferentOsu
Source§fn default() -> ApproachDifferentOsu
fn default() -> ApproachDifferentOsu
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApproachDifferentOsu
impl PartialEq for ApproachDifferentOsu
Source§impl Serialize for ApproachDifferentOsu
impl Serialize for ApproachDifferentOsu
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 ApproachDifferentOsu
Auto Trait Implementations§
impl Freeze for ApproachDifferentOsu
impl RefUnwindSafe for ApproachDifferentOsu
impl Send for ApproachDifferentOsu
impl Sync for ApproachDifferentOsu
impl Unpin for ApproachDifferentOsu
impl UnwindSafe for ApproachDifferentOsu
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