pub struct TPADC { /* private fields */ }
Expand description
Touch Panel ADC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TPADC
impl RefUnwindSafe for TPADC
impl !Sync for TPADC
impl Unpin for TPADC
impl UnwindSafe for TPADC
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