pub struct DerivedUnit { /* private fields */ }Implementations§
Source§impl DerivedUnit
impl DerivedUnit
Trait Implementations§
Source§impl Clone for DerivedUnit
impl Clone for DerivedUnit
Source§fn clone(&self) -> DerivedUnit
fn clone(&self) -> DerivedUnit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DerivedUnit
Source§impl Debug for DerivedUnit
impl Debug for DerivedUnit
Source§impl Default for DerivedUnit
impl Default for DerivedUnit
Source§fn default() -> DerivedUnit
fn default() -> DerivedUnit
Returns the “default value” for a type. Read more
Source§impl Display for DerivedUnit
impl Display for DerivedUnit
Source§impl Div for DerivedUnit
impl Div for DerivedUnit
impl Eq for DerivedUnit
Source§impl From<BaseUnit> for DerivedUnit
impl From<BaseUnit> for DerivedUnit
Source§impl From<DerivedUnit> for BaseUnit
impl From<DerivedUnit> for BaseUnit
Source§fn from(value: DerivedUnit) -> Self
fn from(value: DerivedUnit) -> Self
Converts to this type from the input type.
Source§impl Mul for DerivedUnit
impl Mul for DerivedUnit
Auto Trait Implementations§
impl Freeze for DerivedUnit
impl RefUnwindSafe for DerivedUnit
impl Send for DerivedUnit
impl Sync for DerivedUnit
impl Unpin for DerivedUnit
impl UnsafeUnpin for DerivedUnit
impl UnwindSafe for DerivedUnit
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