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