Struct arduino_hal::adc::channel::Temperature
source · pub struct Temperature;
Implementations§
source§impl 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§
source§impl AdcChannel<Atmega, ADC> for Temperature
impl AdcChannel<Atmega, ADC> for Temperature
Auto Trait Implementations§
impl Freeze for Temperature
impl RefUnwindSafe for Temperature
impl Send for Temperature
impl Sync for Temperature
impl Unpin for Temperature
impl UnwindSafe for Temperature
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more