#[repr(transparent)]pub struct TrafficSignValueUnit {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Source§impl TrafficSignValueUnit
impl TrafficSignValueUnit
pub const kMetersPerSecond: Self
pub const kKilometersPerHour: Self
pub const kMilesPerHour: Self
pub const kMeters: Self
pub const kKilometers: Self
pub const kFeet: Self
pub const kMiles: Self
pub const kPercent: Self
pub const kKilograms: Self
pub const kMetricTons: Self
Trait Implementations§
Source§impl Clone for TrafficSignValueUnit
impl Clone for TrafficSignValueUnit
impl Copy for TrafficSignValueUnit
impl Eq for TrafficSignValueUnit
Source§impl ExternType for TrafficSignValueUnit
impl ExternType for TrafficSignValueUnit
Source§impl PartialEq for TrafficSignValueUnit
impl PartialEq for TrafficSignValueUnit
Source§fn eq(&self, other: &TrafficSignValueUnit) -> bool
fn eq(&self, other: &TrafficSignValueUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TrafficSignValueUnit
Auto Trait Implementations§
impl Freeze for TrafficSignValueUnit
impl RefUnwindSafe for TrafficSignValueUnit
impl Send for TrafficSignValueUnit
impl Sync for TrafficSignValueUnit
impl Unpin for TrafficSignValueUnit
impl UnsafeUnpin for TrafficSignValueUnit
impl UnwindSafe for TrafficSignValueUnit
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