pub struct AccelerationToState<G: Getter<Quantity, E> + ?Sized, E: Copy + Debug> { /* private fields */ }Expand description
A stream that integrates an acceleration getter to construct a full state. Mostly useful for encoders.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<G, E> Freeze for AccelerationToState<G, E>where
G: ?Sized,
impl<G, E> !RefUnwindSafe for AccelerationToState<G, E>
impl<G, E> !Send for AccelerationToState<G, E>
impl<G, E> !Sync for AccelerationToState<G, E>
impl<G, E> Unpin for AccelerationToState<G, E>
impl<G, E> UnsafeUnpin for AccelerationToState<G, E>where
G: ?Sized,
impl<G, E> !UnwindSafe for AccelerationToState<G, 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