pub struct Scaled<P, T> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<P: Potential2<T>, T: Vector> Potential2<T> for Scaled<P, T>
impl<P: Potential2<T>, T: Vector> Potential2<T> for Scaled<P, T>
impl<P: Copy, T: Copy> Copy for Scaled<P, T>
Auto Trait Implementations§
impl<P, T> Freeze for Scaled<P, T>
impl<P, T> RefUnwindSafe for Scaled<P, T>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<P, T> Send for Scaled<P, T>
impl<P, T> Sync for Scaled<P, T>
impl<P, T> Unpin for Scaled<P, T>
impl<P, T> UnwindSafe for Scaled<P, T>where
P: 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