[][src]Struct lochnes::nes::NesIoWith

pub struct NesIoWith<V, I> where
    V: Video,
    I: Input
{ pub video: V, pub input: I, }

Fields

video: Vinput: I

Trait Implementations

impl<V, I> NesIo for NesIoWith<V, I> where
    V: Video,
    I: Input
[src]

type Video = V

type Input = I

Auto Trait Implementations

impl<V, I> Send for NesIoWith<V, I> where
    I: Send,
    V: Send

impl<V, I> Sync for NesIoWith<V, I> where
    I: Sync,
    V: Sync

impl<V, I> Unpin for NesIoWith<V, I> where
    I: Unpin,
    V: Unpin

impl<V, I> UnwindSafe for NesIoWith<V, I> where
    I: UnwindSafe,
    V: UnwindSafe

impl<V, I> RefUnwindSafe for NesIoWith<V, I> where
    I: RefUnwindSafe,
    V: RefUnwindSafe

Blanket Implementations

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

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

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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