Struct feanor_math::vector::map::Map
source · pub struct Map<V, F, T: ?Sized>where
V: VectorView<T>,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<V, F, T: ?Sized, U: ?Sized> SelfSubvectorView<U> for Map<V, F, T>
impl<V, F, T: ?Sized, U: ?Sized> SelfSubvectorView<U> for Map<V, F, T>
fn subvector<R: RangeBounds<usize>>(self, range: R) -> Self
source§impl<V, F, T: ?Sized, U: ?Sized> VectorView<U> for Map<V, F, T>
impl<V, F, T: ?Sized, U: ?Sized> VectorView<U> for Map<V, F, T>
fn at(&self, i: usize) -> &U
fn len(&self) -> usize
fn map<U: ?Sized, F: Fn(&T) -> &U>(self, f: F) -> Map<Self, F, T>where
Self: Sized,
fn stride(self, stride: usize) -> Stride<T, Self>where
Self: Sized,
fn chain<V>(self, rhs: V) -> Chain<Self, V, T>where
Self: Sized,
V: VectorView<T>,
fn iter<'a>(&'a self) -> VectorViewIter<'a, Self, T> ⓘ
impl<V, F, T: ?Sized, U: ?Sized> Copy for Map<V, F, T>
Auto Trait Implementations§
impl<V, F, T> Freeze for Map<V, F, T>
impl<V, F, T> RefUnwindSafe for Map<V, F, T>
impl<V, F, T> Send for Map<V, F, T>
impl<V, F, T> Sync for Map<V, F, T>
impl<V, F, T> Unpin for Map<V, F, T>
impl<V, F, T> UnwindSafe for Map<V, F, T>
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