pub struct VecVec<T>(pub Vec<T>, pub Vec<T>);Expand description
VecVec(re vector, im vector) for complex vector.
Tuple Fields§
§0: Vec<T>§1: Vec<T>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for VecVec<T>
impl<T> RefUnwindSafe for VecVec<T>where
T: RefUnwindSafe,
impl<T> Send for VecVec<T>where
T: Send,
impl<T> Sync for VecVec<T>where
T: Sync,
impl<T> Unpin for VecVec<T>where
T: Unpin,
impl<T> UnwindSafe for VecVec<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