pub struct MassUnit {
pub dimensions: DimensionalExponentsRef,
}Fields§
§dimensions: DimensionalExponentsRefTrait Implementations§
impl StructuralPartialEq for MassUnit
Auto Trait Implementations§
impl Freeze for MassUnit
impl RefUnwindSafe for MassUnit
impl Send for MassUnit
impl Sync for MassUnit
impl Unpin for MassUnit
impl UnsafeUnpin for MassUnit
impl UnwindSafe for MassUnit
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