#[repr(u8)]pub enum DetectFiveWire {
DETECT_FIVE_WIRE_0 = 0,
DETECT_FIVE_WIRE_1 = 1,
}Variants§
DETECT_FIVE_WIRE_0 = 0
No detect signal
DETECT_FIVE_WIRE_1 = 1
Yes, there is a detect on the touch screen.
Implementations§
Trait Implementations§
Source§impl Clone for DetectFiveWire
impl Clone for DetectFiveWire
Source§fn clone(&self) -> DetectFiveWire
fn clone(&self) -> DetectFiveWire
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetectFiveWire
impl Debug for DetectFiveWire
Source§impl From<DetectFiveWire> for u8
impl From<DetectFiveWire> for u8
Source§fn from(val: DetectFiveWire) -> u8
fn from(val: DetectFiveWire) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DetectFiveWire
impl From<u8> for DetectFiveWire
Source§fn from(val: u8) -> DetectFiveWire
fn from(val: u8) -> DetectFiveWire
Converts to this type from the input type.
Source§impl Ord for DetectFiveWire
impl Ord for DetectFiveWire
Source§fn cmp(&self, other: &DetectFiveWire) -> Ordering
fn cmp(&self, other: &DetectFiveWire) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DetectFiveWire
impl PartialEq for DetectFiveWire
Source§impl PartialOrd for DetectFiveWire
impl PartialOrd for DetectFiveWire
impl Copy for DetectFiveWire
impl Eq for DetectFiveWire
impl StructuralPartialEq for DetectFiveWire
Auto Trait Implementations§
impl Freeze for DetectFiveWire
impl RefUnwindSafe for DetectFiveWire
impl Send for DetectFiveWire
impl Sync for DetectFiveWire
impl Unpin for DetectFiveWire
impl UnwindSafe for DetectFiveWire
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