Struct atmega_hal::adc::channel::Temperature
source · [−]pub struct Temperature;
Implementations
sourceimpl Temperature
impl Temperature
Convert this channel into a generic “Channel
” type.
The generic channel type can be used to store multiple channels in an array.
pub fn into_channel(self) -> Channel<Atmega, ADC>
Trait Implementations
sourceimpl AdcChannel<Atmega, ADC> for Temperature
impl AdcChannel<Atmega, ADC> for Temperature
Auto Trait Implementations
impl RefUnwindSafe for Temperature
impl Send for Temperature
impl Sync for Temperature
impl Unpin for Temperature
impl UnwindSafe for Temperature
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more