[][src]Trait spectrusty::peripherals::bus::ay::PassByAyAudioBusDevice

pub trait PassByAyAudioBusDevice { }

Implement this empty trait for BusDevice so methods from AyAudioBusDevice will get auto-implemented to pass method calls to the downstream devices.

Implementations on Foreign Types

impl<D> PassByAyAudioBusDevice for Box<D, Global> where
    D: PassByAyAudioBusDevice
[src]

Loading content...

Implementors

impl<D> PassByAyAudioBusDevice for DebugBusDevice<D>[src]

impl<D> PassByAyAudioBusDevice for MultiJoystickBusDevice<D>[src]

impl<P, D> PassByAyAudioBusDevice for Plus3CentronicsBusDevice<P, D>[src]

impl<P, J, D> PassByAyAudioBusDevice for JoystickBusDevice<P, J, D>[src]

impl<P, M, D> PassByAyAudioBusDevice for MouseBusDevice<P, M, D>[src]

impl<P, S, D> PassByAyAudioBusDevice for ZxPrinterBusDevice<P, S, D> where
    D: BusDevice
[src]

impl<R, W, N, D> PassByAyAudioBusDevice for ZxInterface1BusDevice<R, W, N, D> where
    D: BusDevice
[src]

Loading content...