pub struct Additive<C1, C2>(/* private fields */);Expand description
A hybrid constitutive model based on the additive decomposition.
Trait Implementations§
Auto Trait Implementations§
impl<C1, C2> Freeze for Additive<C1, C2>
impl<C1, C2> RefUnwindSafe for Additive<C1, C2>where
C1: RefUnwindSafe,
C2: RefUnwindSafe,
impl<C1, C2> Send for Additive<C1, C2>
impl<C1, C2> Sync for Additive<C1, C2>
impl<C1, C2> Unpin for Additive<C1, C2>
impl<C1, C2> UnwindSafe for Additive<C1, C2>where
C1: UnwindSafe,
C2: 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