[][src]Struct spectrusty::chip::ula128::frame_cache::Ula128FrameProducer

pub struct Ula128FrameProducer<'a, V, I> { /* fields omitted */ }

Implements a VideoFrameDataIterator for 128k ULA based Spectrum models.

Implementations

impl<'a, V, I> Ula128FrameProducer<'a, V, I> where
    V: VideoFrame,
    I: Iterator<Item = VideoTs>, 
[src]

pub fn new(
    swap_screens: bool,
    screen0: &'a ScreenArray,
    screen1: &'a ScreenArray,
    frame_cache0: &'a UlaFrameCache<V>,
    frame_cache1: &'a UlaFrameCache<V>,
    mut screen_changes: I
) -> Self
[src]

Trait Implementations

impl<'a, V, I> Iterator for Ula128FrameProducer<'a, V, I> where
    V: VideoFrame,
    I: Iterator<Item = VideoTs>, 
[src]

type Item = (u8, u8)

The type of the elements being iterated over.

impl<'a, V, I> VideoFrameDataIterator for Ula128FrameProducer<'a, V, I> where
    V: VideoFrame,
    I: Iterator<Item = VideoTs>, 
[src]

Auto Trait Implementations

impl<'a, V, I> RefUnwindSafe for Ula128FrameProducer<'a, V, I> where
    I: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, V, I> Send for Ula128FrameProducer<'a, V, I> where
    I: Send,
    V: Send + Sync
[src]

impl<'a, V, I> Sync for Ula128FrameProducer<'a, V, I> where
    I: Sync,
    V: Sync
[src]

impl<'a, V, I> Unpin for Ula128FrameProducer<'a, V, I> where
    I: Unpin,
    V: Unpin
[src]

impl<'a, V, I> UnwindSafe for Ula128FrameProducer<'a, V, I> where
    I: UnwindSafe,
    V: RefUnwindSafe + 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> FmtForward for T

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

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

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

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

impl<I> IteratorRandom for I where
    I: Iterator
[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> 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<V, T> VZip<V> for T where
    V: MultiLane<T>,