pub enum SM64Version {
JP,
US,
EU,
SH,
}
Expand description
SM64 game versions.
Variants§
Implementations§
Source§impl SM64Version
impl SM64Version
Sourcepub fn all() -> &'static [SM64Version]
pub fn all() -> &'static [SM64Version]
Return all game versions.
Trait Implementations§
Source§impl Clone for SM64Version
impl Clone for SM64Version
Source§fn clone(&self) -> SM64Version
fn clone(&self) -> SM64Version
Returns a copy 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 SM64Version
impl Debug for SM64Version
Source§impl Display for SM64Version
impl Display for SM64Version
Source§impl Hash for SM64Version
impl Hash for SM64Version
Source§impl PartialEq for SM64Version
impl PartialEq for SM64Version
impl Copy for SM64Version
impl Eq for SM64Version
impl StructuralPartialEq for SM64Version
Auto Trait Implementations§
impl Freeze for SM64Version
impl RefUnwindSafe for SM64Version
impl Send for SM64Version
impl Sync for SM64Version
impl Unpin for SM64Version
impl UnwindSafe for SM64Version
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
§impl<T> CallHasher for T
impl<T> CallHasher for T
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.