pub enum VelocityUnit {
MetersPerSecs(f64),
CentimeterPerSecs(f64),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for VelocityUnit
impl RefUnwindSafe for VelocityUnit
impl Send for VelocityUnit
impl Sync for VelocityUnit
impl Unpin for VelocityUnit
impl UnsafeUnpin 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