orx_v

Trait V3Mut

Source
pub trait V3Mut<T>: NVecMut<D3, T> { }
Expand description

A type alias: V3Mut<T> is equivalent to NVecMut<D3, T>.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T, N: NVecMut<D3, T>> V3Mut<T> for N