#[repr(u8)]pub enum Frc {
Frc0 = 0,
Frc1 = 1,
Frc2 = 2,
Frc3 = 3,
Frc4 = 4,
Frc5 = 5,
Frc6 = 6,
Frc7 = 7,
}Expand description
Functional Road Class. The functional road class (FRC) of a line is a road classification based on the importance of the road represented by the line.
Variants§
Frc0 = 0
Main road, highest importance
Frc1 = 1
First class road.
Frc2 = 2
Second class road.
Frc3 = 3
Third class road.
Frc4 = 4
Fourth class road.
Frc5 = 5
Fifth class road.
Frc6 = 6
Sixth class road.
Frc7 = 7
Other class road, lowest importance
Implementations§
Trait Implementations§
impl Copy for Frc
impl Eq for Frc
Source§impl Ord for Frc
impl Ord for Frc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for Frc
impl PartialOrd for Frc
impl StructuralPartialEq for Frc
Auto Trait Implementations§
impl Freeze for Frc
impl RefUnwindSafe for Frc
impl Send for Frc
impl Sync for Frc
impl Unpin for Frc
impl UnsafeUnpin for Frc
impl UnwindSafe for Frc
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