[][src]Struct z80emu::z80::CMOS

pub struct CMOS;

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

Trait Implementations

impl Clone for CMOS[src]

impl Copy for CMOS[src]

impl Debug for CMOS[src]

impl Default for CMOS[src]

impl<'de> Deserialize<'de> for CMOS[src]

impl Eq for CMOS[src]

impl Flavour for CMOS[src]

impl From<BM1> for CMOS[src]

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

impl From<CMOS> for NMOS[src]

impl From<CMOS> for BM1[src]

impl From<NMOS> for CMOS[src]

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

impl PartialEq<CMOS> for CMOS[src]

impl Serialize for CMOS[src]

impl StructuralEq for CMOS[src]

impl StructuralPartialEq for CMOS[src]

Auto Trait Implementations

impl RefUnwindSafe for CMOS

impl Send for CMOS

impl Sync for CMOS

impl Unpin for CMOS

impl UnwindSafe for CMOS

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.