#[repr(u8)]pub enum Valid {
VALID_0 = 0,
VALID_1 = 1,
}Variants§
VALID_0 = 0
There is no touch detected after measurement, indicates that the measured value is not valid
VALID_1 = 1
There is touch detection after measurement, indicates that the measure is valid
Implementations§
Trait Implementations§
Source§impl Ord for Valid
impl Ord for Valid
Source§impl PartialOrd for Valid
impl PartialOrd for Valid
impl Copy for Valid
impl Eq for Valid
impl StructuralPartialEq for Valid
Auto Trait Implementations§
impl Freeze for Valid
impl RefUnwindSafe for Valid
impl Send for Valid
impl Sync for Valid
impl Unpin for Valid
impl UnwindSafe for Valid
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