pub enum TurnType {
Show 39 variants ArrivingIdx, ArrivingLeftIdx, ArrivingRightIdx, ArrivingViaIdx, ArrivingViaLeftIdx, ArrivingViaRightIdx, BearKeepLeftIdx, BearKeepRightIdx, ContinueIdx, ExitLeftIdx, ExitRightIdx, FerryIdx, Roundabout45Idx, Roundabout90Idx, Roundabout135Idx, Roundabout180Idx, Roundabout225Idx, Roundabout270Idx, Roundabout315Idx, Roundabout360Idx, RoundaboutNeg45Idx, RoundaboutNeg90Idx, RoundaboutNeg135Idx, RoundaboutNeg180Idx, RoundaboutNeg225Idx, RoundaboutNeg270Idx, RoundaboutNeg315Idx, RoundaboutNeg360Idx, RoundaboutGenericIdx, RoundaboutNegGenericIdx, SharpTurnLeftIdx, SharpTurnRightIdx, TurnLeftIdx, TurnRightIdx, UturnLeftIdx, UturnRightIdx, IconInvIdx, IconIdxCnt, Unknown,
}

Variants

ArrivingIdx

ArrivingLeftIdx

ArrivingRightIdx

ArrivingViaIdx

ArrivingViaLeftIdx

ArrivingViaRightIdx

BearKeepLeftIdx

BearKeepRightIdx

ContinueIdx

ExitLeftIdx

ExitRightIdx

FerryIdx

Roundabout45Idx

Roundabout90Idx

Roundabout135Idx

Roundabout180Idx

Roundabout225Idx

Roundabout270Idx

Roundabout315Idx

Roundabout360Idx

RoundaboutNeg45Idx

RoundaboutNeg90Idx

RoundaboutNeg135Idx

RoundaboutNeg180Idx

RoundaboutNeg225Idx

RoundaboutNeg270Idx

RoundaboutNeg315Idx

RoundaboutNeg360Idx

RoundaboutGenericIdx

RoundaboutNegGenericIdx

SharpTurnLeftIdx

SharpTurnRightIdx

TurnLeftIdx

TurnRightIdx

UturnLeftIdx

UturnRightIdx

IconInvIdx

IconIdxCnt

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.