pub struct Multiple<T> {
pub elem: T,
pub count: usize,
}Fields§
§elem: T§count: usizeTrait Implementations§
Source§impl AddAssign<&Multiple<InputToSchmearedOutput>> for NormalInverseWishart
impl AddAssign<&Multiple<InputToSchmearedOutput>> for NormalInverseWishart
Source§fn add_assign(&mut self, update: &Multiple<InputToSchmearedOutput>)
fn add_assign(&mut self, update: &Multiple<InputToSchmearedOutput>)
Performs the
+= operation. Read moreSource§impl AddAssign<&Multiple<NormalInverseWishart>> for NormalInverseWishart
impl AddAssign<&Multiple<NormalInverseWishart>> for NormalInverseWishart
Source§fn add_assign(&mut self, other: &Multiple<NormalInverseWishart>)
fn add_assign(&mut self, other: &Multiple<NormalInverseWishart>)
Performs the
+= operation. Read moreSource§impl SubAssign<&Multiple<InputToSchmearedOutput>> for NormalInverseWishart
impl SubAssign<&Multiple<InputToSchmearedOutput>> for NormalInverseWishart
Source§fn sub_assign(&mut self, update: &Multiple<InputToSchmearedOutput>)
fn sub_assign(&mut self, update: &Multiple<InputToSchmearedOutput>)
Performs the
-= operation. Read moreSource§impl SubAssign<&Multiple<NormalInverseWishart>> for NormalInverseWishart
impl SubAssign<&Multiple<NormalInverseWishart>> for NormalInverseWishart
Source§fn sub_assign(&mut self, other: &Multiple<NormalInverseWishart>)
fn sub_assign(&mut self, other: &Multiple<NormalInverseWishart>)
Performs the
-= operation. Read moreAuto Trait Implementations§
impl<T> Freeze for Multiple<T>where
T: Freeze,
impl<T> RefUnwindSafe for Multiple<T>where
T: RefUnwindSafe,
impl<T> Send for Multiple<T>where
T: Send,
impl<T> Sync for Multiple<T>where
T: Sync,
impl<T> Unpin for Multiple<T>where
T: Unpin,
impl<T> UnwindSafe for Multiple<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