| 421 | |
| 422 | #[derive(Module, Clone, Debug)] |
| 423 | pub struct Padding { |
| 424 | pad_left: usize, |
| 425 | pad_right: usize, |
| 426 | pad_top: usize, |
| 427 | pad_bottom: usize, |
| 428 | } |
| 429 | |
| 430 | #[derive(Config)] |
| 431 | pub struct MidConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected