pub enum NesVariant {
ArchaicINes,
INes07,
INes,
Nes2,
}Variants§
Trait Implementations§
Source§impl Clone for NesVariant
impl Clone for NesVariant
Source§fn clone(&self) -> NesVariant
fn clone(&self) -> NesVariant
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 NesVariant
impl Debug for NesVariant
Source§impl Default for NesVariant
impl Default for NesVariant
Source§fn default() -> NesVariant
fn default() -> NesVariant
Returns the “default value” for a type. Read more
Source§impl PartialEq for NesVariant
impl PartialEq for NesVariant
impl Copy for NesVariant
impl Eq for NesVariant
impl StructuralPartialEq for NesVariant
Auto Trait Implementations§
impl Freeze for NesVariant
impl RefUnwindSafe for NesVariant
impl Send for NesVariant
impl Sync for NesVariant
impl Unpin for NesVariant
impl UnwindSafe for NesVariant
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