pub struct VectorCache { /* private fields */ }Expand description
Cached scalar reductions + dot cache + change tag, embedded by
every concrete vector type. Mirrors the mutable members of
upstream Vector (the cached_* fields and dot_cache_).
Implementations§
Trait Implementations§
Source§impl Debug for VectorCache
impl Debug for VectorCache
Auto Trait Implementations§
impl !Freeze for VectorCache
impl !RefUnwindSafe for VectorCache
impl Send for VectorCache
impl !Sync for VectorCache
impl Unpin for VectorCache
impl UnsafeUnpin for VectorCache
impl UnwindSafe for VectorCache
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