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