Enum libnoentiendo::cpu::mos6502::Mos6502Variant
source · pub enum Mos6502Variant {
NMOS,
CMOS,
}
Variants§
Trait Implementations§
source§impl Clone for Mos6502Variant
impl Clone for Mos6502Variant
source§fn clone(&self) -> Mos6502Variant
fn clone(&self) -> Mos6502Variant
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 PartialEq for Mos6502Variant
impl PartialEq for Mos6502Variant
source§fn eq(&self, other: &Mos6502Variant) -> bool
fn eq(&self, other: &Mos6502Variant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Mos6502Variant
impl StructuralPartialEq for Mos6502Variant
Auto Trait Implementations§
impl RefUnwindSafe for Mos6502Variant
impl Send for Mos6502Variant
impl Sync for Mos6502Variant
impl Unpin for Mos6502Variant
impl UnwindSafe for Mos6502Variant
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