pub struct PerfectMania {
pub restart: Option<bool>,
}Expand description
SS or quit.
Fields§
§restart: Option<bool>Automatically restarts when failed.
Implementations§
Source§impl PerfectMania
impl PerfectMania
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of PerfectMania
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 PerfectMania
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of PerfectMania
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of PerfectMania
Sourcepub const fn bits() -> u32
pub const fn bits() -> u32
Bit value of PerfectMania
Trait Implementations§
Source§impl Clone for PerfectMania
impl Clone for PerfectMania
Source§fn clone(&self) -> PerfectMania
fn clone(&self) -> PerfectMania
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 PerfectMania
impl Debug for PerfectMania
Source§impl Default for PerfectMania
impl Default for PerfectMania
Source§fn default() -> PerfectMania
fn default() -> PerfectMania
Returns the “default value” for a type. Read more
Source§impl PartialEq for PerfectMania
impl PartialEq for PerfectMania
Source§impl Serialize for PerfectMania
impl Serialize for PerfectMania
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 PerfectMania
Auto Trait Implementations§
impl Freeze for PerfectMania
impl RefUnwindSafe for PerfectMania
impl Send for PerfectMania
impl Sync for PerfectMania
impl Unpin for PerfectMania
impl UnwindSafe for PerfectMania
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