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