pub struct Vector<T, const D: usize>{ /* private fields */ }Expand description
Type-safe vector with compile-time dimension
Implementations§
Auto Trait Implementations§
impl<T, const D: usize> Freeze for Vector<T, D>
impl<T, const D: usize> RefUnwindSafe for Vector<T, D>where
T: RefUnwindSafe,
impl<T, const D: usize> Send for Vector<T, D>where
T: Send,
impl<T, const D: usize> Sync for Vector<T, D>where
T: Sync,
impl<T, const D: usize> Unpin for Vector<T, D>where
T: Unpin,
impl<T, const D: usize> UnwindSafe for Vector<T, D>where
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