Struct atsamd_hal::adc::SingleConversion
source · [−]pub struct SingleConversion;
Trait Implementations
sourceimpl ConversionMode<ADC0> for SingleConversion
impl ConversionMode<ADC0> for SingleConversion
Auto Trait Implementations
impl RefUnwindSafe for SingleConversion
impl Send for SingleConversion
impl Sync for SingleConversion
impl Unpin for SingleConversion
impl UnwindSafe for SingleConversion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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