pub type Adc<CLOCK> = Adc<Atmega, ADC, CLOCK>;
Check the avr_hal_generic::adc::Adc documentation.
avr_hal_generic::adc::Adc
struct Adc<CLOCK> { /* private fields */ }