pub struct V2<T>(pub [T; 2]);
Tuple Fields§
§0: [T; 2]
Trait Implementations§
Source§impl<F> FloatVector<F> for V2<F>where
F: Float,
impl<F> FloatVector<F> for V2<F>where
F: Float,
impl<T: Copy> Copy for V2<T>
impl<T> StructuralPartialEq for V2<T>
Auto Trait Implementations§
impl<T> Freeze for V2<T>where
T: Freeze,
impl<T> RefUnwindSafe for V2<T>where
T: RefUnwindSafe,
impl<T> Send for V2<T>where
T: Send,
impl<T> Sync for V2<T>where
T: Sync,
impl<T> Unpin for V2<T>where
T: Unpin,
impl<T> UnwindSafe for V2<T>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