pub enum RoadMarkingValueUnit {
MetersPerSecond,
KilometersPerHour,
MilesPerHour,
}Expand description
Unit of a RoadMarkingValue.
Variants§
Trait Implementations§
Source§impl Clone for RoadMarkingValueUnit
impl Clone for RoadMarkingValueUnit
Source§fn clone(&self) -> RoadMarkingValueUnit
fn clone(&self) -> RoadMarkingValueUnit
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 RoadMarkingValueUnit
Source§impl Debug for RoadMarkingValueUnit
impl Debug for RoadMarkingValueUnit
impl Eq for RoadMarkingValueUnit
Source§impl PartialEq for RoadMarkingValueUnit
impl PartialEq for RoadMarkingValueUnit
Source§fn eq(&self, other: &RoadMarkingValueUnit) -> bool
fn eq(&self, other: &RoadMarkingValueUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RoadMarkingValueUnit
Auto Trait Implementations§
impl Freeze for RoadMarkingValueUnit
impl RefUnwindSafe for RoadMarkingValueUnit
impl Send for RoadMarkingValueUnit
impl Sync for RoadMarkingValueUnit
impl Unpin for RoadMarkingValueUnit
impl UnsafeUnpin for RoadMarkingValueUnit
impl UnwindSafe for RoadMarkingValueUnit
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