pub struct Latest<T, const C: usize, E: Copy + Debug> { /* private fields */ }Expand description
Returns the output of whichever input has the latest time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, const C: usize, E> Freeze for Latest<T, C, E>
impl<T, const C: usize, E> !RefUnwindSafe for Latest<T, C, E>
impl<T, const C: usize, E> !Send for Latest<T, C, E>
impl<T, const C: usize, E> !Sync for Latest<T, C, E>
impl<T, const C: usize, E> Unpin for Latest<T, C, E>
impl<T, const C: usize, E> UnsafeUnpin for Latest<T, C, E>
impl<T, const C: usize, E> !UnwindSafe for Latest<T, C, E>
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