pub struct SvdOwned<T: Scalar> {
pub s: Vec<T::Real>,
pub u: Option<Vec<T>>,
pub vt: Option<Vec<T>>,
}
Fields§
§s: Vec<T::Real>
§u: Option<Vec<T>>
§vt: Option<Vec<T>>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SvdOwned<T>
impl<T> RefUnwindSafe for SvdOwned<T>where
<T as Scalar>::Real: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for SvdOwned<T>
impl<T> Sync for SvdOwned<T>
impl<T> Unpin for SvdOwned<T>
impl<T> UnwindSafe for SvdOwned<T>where
<T as Scalar>::Real: UnwindSafe,
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