Copy/Clone/Debug/PartialEq for EdgeInsets

At the moment I just needed Debug, but these others seem likely.
This commit is contained in:
Michael Kirk 2021-01-12 13:31:49 -06:00 committed by Dustin Carlino
parent c421fb2e82
commit a8cbda24e3

View File

@ -737,6 +737,7 @@ impl Widget {
}
}
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct EdgeInsets {
pub top: f32,
pub left: f32,