pub struct TYPE_R(/* private fields */);Expand description
Field TYPE reader - Selects type of Touch arrangement to use and so how to handle XPINSEL bits
Implementations§
Methods from Deref<Target = FieldReader<u8, TYPE_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TYPE_R
impl RefUnwindSafe for TYPE_R
impl Send for TYPE_R
impl Sync for TYPE_R
impl Unpin for TYPE_R
impl UnwindSafe for TYPE_R
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