[][src]Trait spectrusty::chip::UlaCommon

pub trait UlaCommon: UlaControl + FrameState + ControlUnit + MemoryAccess + Video + KeyboardInterface + EarIn + for<'a> MicOut<'a> { }

A grouping trait of all common control traits for all emulated Ula chipsets except audio rendering.

For audio rendering see crate::audio::UlaAudioFrame.

Implementors

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

Loading content...