pub struct Front<T: Copy + Default> { /* private fields */ }Expand description
Circular buffer for the 3D wavefront predictor.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Front<T>where
T: Freeze,
impl<T> RefUnwindSafe for Front<T>where
T: RefUnwindSafe,
impl<T> Send for Front<T>where
T: Send,
impl<T> Sync for Front<T>where
T: Sync,
impl<T> Unpin for Front<T>where
T: Unpin,
impl<T> UnsafeUnpin for Front<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Front<T>where
T: 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