pub struct RandomOsu {
pub angle_sharpness: Option<f64>,
pub seed: Option<f64>,
}Expand description
It never gets boring!
Fields§
§angle_sharpness: Option<f64>How sharp angles should be
seed: Option<f64>Use a custom seed instead of a random one
Implementations§
Source§impl RandomOsu
impl RandomOsu
Sourcepub fn incompatible_mods() -> impl Iterator<Item = Acronym>
pub fn incompatible_mods() -> impl Iterator<Item = Acronym>
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of RandomOsu
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of RandomOsu
Trait Implementations§
Source§impl Serialize for RandomOsu
impl Serialize for RandomOsu
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 RandomOsu
Auto Trait Implementations§
impl Freeze for RandomOsu
impl RefUnwindSafe for RandomOsu
impl Send for RandomOsu
impl Sync for RandomOsu
impl Unpin for RandomOsu
impl UnwindSafe for RandomOsu
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