| 517 | |
| 518 | #[derive(Clone, Copy)] |
| 519 | struct WriteImageParameters { |
| 520 | pub image_report_length: usize, |
| 521 | pub image_report_payload_length: usize, |
| 522 | } |
| 523 | |
| 524 | impl WriteImageParameters { |
| 525 | pub fn for_key(kind: Kind, image_data_len: usize) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected