pub struct UnitMul<L: Unit, R: Unit>(/* private fields */);Trait Implementations§
Source§impl<L: Unit, R: Unit> Unit for UnitMul<L, R>
impl<L: Unit, R: Unit> Unit for UnitMul<L, R>
type Dimension = <<L as Unit>::Dimension as MultiplyDimensions<<R as Unit>::Dimension>>::Output
fn parameters() -> UnitParameters
fn to<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn from<S: Unit<Dimension = Self::Dimension>, E: TensorElement>(value: E) -> E
fn to_base(value: c64) -> c64
fn from_base(value: c64) -> c64
fn symbol() -> &'static str
fn name() -> &'static str
Auto Trait Implementations§
impl<L, R> Freeze for UnitMul<L, R>
impl<L, R> RefUnwindSafe for UnitMul<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for UnitMul<L, R>
impl<L, R> Sync for UnitMul<L, R>
impl<L, R> Unpin for UnitMul<L, R>
impl<L, R> UnwindSafe for UnitMul<L, R>where
L: UnwindSafe,
R: 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