[][src]Struct spectrusty::chip::ula3::Ula3

pub struct Ula3<B = VFNullDevice<Ula3VidFrame>, X = NoMemoryExtension> { /* fields omitted */ }

+2A/+3 Amstrad "ULA" (or AGA - Amstrad gate array).

See Ula for description of generic parameters.

Trait Implementations

impl<B, D, X> AudioFrame<B> for Ula3<D, X> where
    B: Blep,
    Ula<Memory128kPlus, D, X, Ula3VidFrame>: AudioFrame<B>, 
[src]

impl<B, D, X> AyAudioFrame<B> for Ula3<D, X> where
    B: Blep,
    D: AyAudioBusDevice + BusDevice,
    D::Timestamp: From<VFrameTs<Ula3VidFrame>>, 
[src]

impl<B: Clone, X: Clone> Clone for Ula3<B, X>[src]

impl<B, X> ControlUnit for Ula3<B, X> where
    B: BusDevice,
    B::Timestamp: From<VFrameTs<Ula3VidFrame>>,
    X: MemoryExtension
[src]

type BusDevice = B

A type of a chain of emulated peripheral devices should be declared here. Read more

impl<B, X> Debug for Ula3<B, X> where
    B: BusDevice,
    X: MemoryExtension
[src]

impl<B: Default, X: Default> Default for Ula3<B, X>[src]

impl<'de, B, X> Deserialize<'de> for Ula3<B, X> where
    B: Deserialize<'de>,
    X: Deserialize<'de>, 
[src]

impl<D, X> EarIn for Ula3<D, X>[src]

impl<B, D, X> EarInAudioFrame<B> for Ula3<D, X> where
    B: Blep
[src]

impl<B, D, X> EarMicOutAudioFrame<B> for Ula3<D, X> where
    B: Blep
[src]

impl<B, X> HostConfig for Ula3<B, X>[src]

impl<B, X> InnerAccess for Ula3<B, X>[src]

type Inner = Ula<Memory128kPlus, B, X, Ula3VidFrame>

impl<B, X> Io for Ula3<B, X> where
    B: BusDevice,
    B::Timestamp: From<VFrameTs<Ula3VidFrame>>, 
[src]

type Timestamp = VideoTs

This type is being used for timestamping I/O operations. See also [Clock::Timestamp].

type WrIoBreak = ()

A value of this type is returned when a break is being requested by [Io::write_io].

type RetiBreak = ()

A value of this type is returned when a break is being requested by [Io::reti].

impl<B, X> KeyboardInterface for Ula3<B, X>[src]

impl<B, X> Memory for Ula3<B, X> where
    B: BusDevice,
    B::Timestamp: From<VFrameTs<Ula3VidFrame>>,
    X: MemoryExtension
[src]

type Timestamp = VideoTs

This type is being used for timestamping memory operations. See also [Clock::Timestamp].

impl<B, X> MemoryAccess for Ula3<B, X> where
    X: MemoryExtension
[src]

type Memory = Memory128kPlus

type MemoryExt = X

impl<'a, D: 'a, X: 'a> MicOut<'a> for Ula3<D, X>[src]

type PulseIter = <Ula<Memory128kPlus, D, X, Ula3VidFrame> as MicOut<'a>>::PulseIter

impl<B, X: MemoryExtension> ScreenDataProvider for Ula3<B, X>[src]

impl<B, X> Serialize for Ula3<B, X> where
    B: Serialize,
    X: Serialize
[src]

impl<B, X> UlaControl for Ula3<B, X>[src]

impl<B, X> UlaControlExt for Ula3<B, X> where
    B: BusDevice,
    B::Timestamp: From<VFrameTs<Ula3VidFrame>>, 
[src]

impl<'a, B, X> UlaPlusInner<'a> for Ula3<B, X> where
    X: MemoryExtension
[src]

type ScreenSwapIter = Drain<'a, VideoTs>

impl<D, X> Video for Ula3<D, X>[src]

type VideoFrame = Ula3VidFrame

The type implementing VideoFrame, that is being used by the chipset emulator.

type Contention = Ula3MemContention

The type implementing MemoryContention, that is being used by the chipset emulator.

Auto Trait Implementations

impl<B = NullDevice<VFrameTs<Ula3VidFrame>>, X = NoMemoryExtension> !RefUnwindSafe for Ula3<B, X>[src]

impl<B = NullDevice<VFrameTs<Ula3VidFrame>>, X = NoMemoryExtension> !Send for Ula3<B, X>[src]

impl<B = NullDevice<VFrameTs<Ula3VidFrame>>, X = NoMemoryExtension> !Sync for Ula3<B, X>[src]

impl<B, X> Unpin for Ula3<B, X> where
    B: Unpin,
    X: Unpin
[src]

impl<B, X> UnwindSafe for Ula3<B, X> where
    B: UnwindSafe,
    X: UnwindSafe
[src]

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> Conv for T

impl<T> Conv for T

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

impl<T> FmtForward for T

impl<U, I> FrameState for U where
    U: InnerAccess<Inner = I>,
    I: FrameState
[src]

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

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

impl<S, T> IntoSample<S> for T where
    S: FromSample<T>, 
[src]

impl<T> LoadScr for T where
    T: ScreenDataProvider
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryConv for T

impl<T> TryConv for T

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.

impl<B, U> UlaAudioFrame<B> for U where
    B: Blep,
    U: AudioFrame<B> + EarMicOutAudioFrame<B> + EarInAudioFrame<B> + AyAudioFrame<B>, 
[src]

impl<U> UlaCommon for U where
    U: UlaControl + FrameState + ControlUnit + MemoryAccess + Video + KeyboardInterface + EarIn + for<'a> MicOut<'a>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,