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