pub struct InvertMania {}Expand description
Hold the keys. To the beat.
Implementations§
Source§impl InvertMania
impl InvertMania
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of InvertMania
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 InvertMania
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of InvertMania
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of InvertMania
Trait Implementations§
Source§impl Clone for InvertMania
impl Clone for InvertMania
Source§fn clone(&self) -> InvertMania
fn clone(&self) -> InvertMania
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 InvertMania
impl Debug for InvertMania
Source§impl Default for InvertMania
impl Default for InvertMania
Source§fn default() -> InvertMania
fn default() -> InvertMania
Returns the “default value” for a type. Read more
Source§impl PartialEq for InvertMania
impl PartialEq for InvertMania
Source§impl Serialize for InvertMania
impl Serialize for InvertMania
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 Copy for InvertMania
impl Eq for InvertMania
impl StructuralPartialEq for InvertMania
Auto Trait Implementations§
impl Freeze for InvertMania
impl RefUnwindSafe for InvertMania
impl Send for InvertMania
impl Sync for InvertMania
impl Unpin for InvertMania
impl UnwindSafe for InvertMania
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.