1 2 3 4 5 6
use super::detection::CameraDevice; pub struct Device { pub info: CameraDevice, pub mmio_base: Option<usize>, }