spat: Add screen
This commit is contained in:
parent
a7f6440e75
commit
b2ec98da2e
7 changed files with 463 additions and 30 deletions
|
|
@ -472,9 +472,9 @@ pub enum UsageType {
|
|||
|
||||
#[derive(Debug, Default, Copy, Clone, PartialEq, Eq)]
|
||||
pub struct Maneuvers {
|
||||
left_allowed: bool,
|
||||
staight_allowed: bool,
|
||||
right_allowed: bool,
|
||||
pub left_allowed: bool,
|
||||
pub staight_allowed: bool,
|
||||
pub right_allowed: bool,
|
||||
}
|
||||
|
||||
impl core::fmt::Display for Maneuvers {
|
||||
|
|
|
|||
Loading…
Reference in a new issue