Struct feanor_math::vector::subvector::SubvectorFn
source · pub struct SubvectorFn<T, V>where
V: VectorFn<T>,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<T, V> Clone for SubvectorFn<T, V>
impl<T, V> Clone for SubvectorFn<T, V>
source§impl<T, V> SelfSubvectorFn<T> for SubvectorFn<T, V>where
V: VectorFn<T>,
impl<T, V> SelfSubvectorFn<T> for SubvectorFn<T, V>where
V: VectorFn<T>,
fn subvector<R: RangeBounds<usize>>(self, range: R) -> Self
source§impl<T, V> VectorFn<T> for SubvectorFn<T, V>where
V: VectorFn<T>,
impl<T, V> VectorFn<T> for SubvectorFn<T, V>where
V: VectorFn<T>,
impl<T, V> Copy for SubvectorFn<T, V>
Auto Trait Implementations§
impl<T, V> Freeze for SubvectorFn<T, V>where
V: Freeze,
impl<T, V> RefUnwindSafe for SubvectorFn<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for SubvectorFn<T, V>
impl<T, V> Sync for SubvectorFn<T, V>
impl<T, V> Unpin for SubvectorFn<T, V>
impl<T, V> UnwindSafe for SubvectorFn<T, V>where
V: UnwindSafe,
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