pub struct Mole;Trait Implementations§
Source§impl Unit for Mole
impl Unit for Mole
type Dimension = Dimension<0, 0, 0, 0, 0, 1>
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 Freeze for Mole
impl RefUnwindSafe for Mole
impl Send for Mole
impl Sync for Mole
impl Unpin for Mole
impl UnwindSafe for Mole
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