pub struct TSC { /* private fields */ }
Expand description
Touch sensing controller
Implementations§
Trait Implementations§
Source§impl Deref for TSC
impl Deref for TSC
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for TSC
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