pub struct VelocityUnit;Trait Implementations§
Source§impl Clone for VelocityUnit
impl Clone for VelocityUnit
Source§fn clone(&self) -> VelocityUnit
fn clone(&self) -> VelocityUnit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VelocityUnit
impl Debug for VelocityUnit
Source§impl PartialEq for VelocityUnit
impl PartialEq for VelocityUnit
impl Copy for VelocityUnit
impl Eq for VelocityUnit
impl StructuralPartialEq for VelocityUnit
Auto Trait Implementations§
impl Freeze for VelocityUnit
impl RefUnwindSafe for VelocityUnit
impl Send for VelocityUnit
impl Sync for VelocityUnit
impl Unpin for VelocityUnit
impl UnwindSafe for VelocityUnit
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