pub enum SpeedUnit {
KmPerHour,
MilesPerHour,
Knots,
}Expand description
EXIF GPS speed reference unit (GPSSpeedRef).
Variants§
Implementations§
Trait Implementations§
impl Copy for SpeedUnit
impl Eq for SpeedUnit
impl StructuralPartialEq for SpeedUnit
Auto Trait Implementations§
impl Freeze for SpeedUnit
impl RefUnwindSafe for SpeedUnit
impl Send for SpeedUnit
impl Sync for SpeedUnit
impl Unpin for SpeedUnit
impl UnsafeUnpin for SpeedUnit
impl UnwindSafe for SpeedUnit
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