pub struct Sample(/* private fields */);Expand description
ADC sample. The ADC returns a 12-bit result for single reads and a 13-bit result for DMA reads. Both are stored in a u16.
Implementations§
Trait Implementations§
Source§impl Ord for Sample
impl Ord for Sample
Source§impl PartialOrd for Sample
impl PartialOrd for Sample
impl Copy for Sample
impl Eq for Sample
impl StructuralPartialEq for Sample
Auto Trait Implementations§
impl Freeze for Sample
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
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