Trait uom::marker::MulAssign[][src]

pub trait MulAssign { }

Trait to denote that a quantity is able to be multiplied with a quantity of the same dimensions. When a specific quantity’s kind inherits this trait ops::MulAssign is implemented automatically.

Implementors

Loading content...