#[repr(transparent)]pub struct TrafficSignType {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Source§impl TrafficSignType
impl TrafficSignType
pub const kStop: Self
pub const kYield: Self
pub const kSpeedLimit: Self
pub const kNoEntry: Self
pub const kOneWay: Self
pub const kPedestrianCrossing: Self
pub const kNoLeftTurn: Self
pub const kNoRightTurn: Self
pub const kNoUTurn: Self
pub const kSchoolZone: Self
pub const kConstruction: Self
pub const kRailroadCrossing: Self
pub const kNoOvertaking: Self
pub const kUnknown: Self
Trait Implementations§
Source§impl Clone for TrafficSignType
impl Clone for TrafficSignType
Source§impl ExternType for TrafficSignType
impl ExternType for TrafficSignType
Source§impl PartialEq for TrafficSignType
impl PartialEq for TrafficSignType
impl Copy for TrafficSignType
impl Eq for TrafficSignType
impl StructuralPartialEq for TrafficSignType
Auto Trait Implementations§
impl Freeze for TrafficSignType
impl RefUnwindSafe for TrafficSignType
impl Send for TrafficSignType
impl Sync for TrafficSignType
impl Unpin for TrafficSignType
impl UnsafeUnpin for TrafficSignType
impl UnwindSafe for TrafficSignType
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