pub struct ThreeKeysMania {}Expand description
Play with three keys.
Implementations§
Source§impl ThreeKeysMania
impl ThreeKeysMania
Sourcepub const fn acronym() -> Acronym
pub const fn acronym() -> Acronym
The acronym of ThreeKeysMania
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 ThreeKeysMania
Sourcepub const fn description() -> &'static str
pub const fn description() -> &'static str
The description of ThreeKeysMania
Sourcepub const fn kind() -> GameModKind
pub const fn kind() -> GameModKind
The GameModKind of ThreeKeysMania
Sourcepub const fn bits() -> u32
pub const fn bits() -> u32
Bit value of ThreeKeysMania
Trait Implementations§
Source§impl Clone for ThreeKeysMania
impl Clone for ThreeKeysMania
Source§fn clone(&self) -> ThreeKeysMania
fn clone(&self) -> ThreeKeysMania
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 ThreeKeysMania
impl Debug for ThreeKeysMania
Source§impl Default for ThreeKeysMania
impl Default for ThreeKeysMania
Source§fn default() -> ThreeKeysMania
fn default() -> ThreeKeysMania
Returns the “default value” for a type. Read more
Source§impl PartialEq for ThreeKeysMania
impl PartialEq for ThreeKeysMania
Source§impl Serialize for ThreeKeysMania
impl Serialize for ThreeKeysMania
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 ThreeKeysMania
impl Eq for ThreeKeysMania
impl StructuralPartialEq for ThreeKeysMania
Auto Trait Implementations§
impl Freeze for ThreeKeysMania
impl RefUnwindSafe for ThreeKeysMania
impl Send for ThreeKeysMania
impl Sync for ThreeKeysMania
impl Unpin for ThreeKeysMania
impl UnwindSafe for ThreeKeysMania
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.