| 35 | |
| 36 | #[derive(Clone, Default)] |
| 37 | pub struct SafeArea { |
| 38 | pub top: f32, |
| 39 | pub right: f32, |
| 40 | pub bottom: f32, |
| 41 | pub left: f32, |
| 42 | } |
| 43 | |
| 44 | #[derive(Clone, Copy)] |
| 45 | pub enum Orientation { |
nothing calls this directly
no outgoing calls
no test coverage detected