pub struct Hsadc { /* private fields */ }Expand description
ADC.
Implementations§
Trait Implementations§
impl Copy for Hsadc
impl Eq for Hsadc
impl Send for Hsadc
impl StructuralPartialEq for Hsadc
impl Sync for Hsadc
Auto Trait Implementations§
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