pub struct BorderAtariObsRawFilter<O> { /* private fields */ }Expand description
A filter without any processing.
Trait Implementations§
source§impl<O> BorderAtariObsFilter<O> for BorderAtariObsRawFilter<O>where
O: Obs + From<BorderAtariObs>,
impl<O> BorderAtariObsFilter<O> for BorderAtariObsRawFilter<O>where O: Obs + From<BorderAtariObs>,
source§fn filt(&mut self, obs: BorderAtariObs) -> (O, Record)
fn filt(&mut self, obs: BorderAtariObs) -> (O, Record)
Converts the original observation into
O.source§fn reset(&mut self, obs: BorderAtariObs) -> O
fn reset(&mut self, obs: BorderAtariObs) -> O
Resets the filter.
Auto Trait Implementations§
impl<O> RefUnwindSafe for BorderAtariObsRawFilter<O>where O: RefUnwindSafe,
impl<O> Send for BorderAtariObsRawFilter<O>where O: Send,
impl<O> Sync for BorderAtariObsRawFilter<O>where O: Sync,
impl<O> Unpin for BorderAtariObsRawFilter<O>where O: Unpin,
impl<O> UnwindSafe for BorderAtariObsRawFilter<O>where O: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more