mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-27 00:12:55 +03:00
Copy/Clone/Debug/PartialEq for EdgeInsets
At the moment I just needed Debug, but these others seem likely.
This commit is contained in:
parent
c421fb2e82
commit
a8cbda24e3
@ -737,6 +737,7 @@ impl Widget {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq)]
|
||||
pub struct EdgeInsets {
|
||||
pub top: f32,
|
||||
pub left: f32,
|
||||
|
Loading…
Reference in New Issue
Block a user