[][src]Struct z80emu::z80::NMOS

pub struct NMOS { /* fields omitted */ }

The struct implements a Flavour that emulates the Zilog Z80 NMOS version.

Trait Implementations

impl Clone for NMOS[src]

impl Copy for NMOS[src]

impl Debug for NMOS[src]

impl Default for NMOS[src]

impl<'de> Deserialize<'de> for NMOS where
    NMOS: Default
[src]

impl Eq for NMOS[src]

impl Flavour for NMOS[src]

impl From<BM1> for NMOS[src]

impl From<CMOS> for NMOS[src]

impl From<NMOS> for CMOS[src]

This conversion is lossy. When CMOS Flavour is converted back information is lost.

impl From<NMOS> for BM1[src]

impl PartialEq<NMOS> for NMOS[src]

impl Serialize for NMOS[src]

impl StructuralEq for NMOS[src]

impl StructuralPartialEq for NMOS[src]

Auto Trait Implementations

impl RefUnwindSafe for NMOS

impl Send for NMOS

impl Sync for NMOS

impl Unpin for NMOS

impl UnwindSafe for NMOS

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.