pub struct Channel<'p> {
pub id: u8,
/* private fields */
}Expand description
An ADC channel, which can be a pin or an internal source.
Fields§
§id: u8Implementations§
Auto Trait Implementations§
impl<'p> Freeze for Channel<'p>
impl<'p> RefUnwindSafe for Channel<'p>
impl<'p> Send for Channel<'p>
impl<'p> Sync for Channel<'p>
impl<'p> Unpin for Channel<'p>
impl<'p> UnwindSafe for Channel<'p>
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