Struct capsules_core::virtualizers::virtual_adc::MuxAdc
source · pub struct MuxAdc<'a, A: Adc<'a>> { /* private fields */ }
Expand description
ADC Mux
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> !Freeze for MuxAdc<'a, A>
impl<'a, A> !RefUnwindSafe for MuxAdc<'a, A>
impl<'a, A> !Send for MuxAdc<'a, A>
impl<'a, A> !Sync for MuxAdc<'a, A>
impl<'a, A> Unpin for MuxAdc<'a, A>
impl<'a, A> !UnwindSafe for MuxAdc<'a, A>
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