pub enum PinType {
Channel,
Sample,
Shield,
}
Expand description
Pin type definition to control IO parameters
Variants§
Channel
Sensing channel pin connected to an electrode
Sample
Sampling capacitor pin, one required for every pin group
Shield
Shield pin connected to capacitive sensing shield
Auto Trait Implementations§
impl Freeze for PinType
impl RefUnwindSafe for PinType
impl Send for PinType
impl Sync for PinType
impl Unpin for PinType
impl UnwindSafe for PinType
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