pub enum DCDET_A {
NOTDETECTED = 0,
DETECTED = 1,
}Expand description
Data contact detection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DCDET_A
impl StructuralPartialEq for DCDET_A
Auto Trait Implementations§
impl Freeze for DCDET_A
impl RefUnwindSafe for DCDET_A
impl Send for DCDET_A
impl Sync for DCDET_A
impl Unpin for DCDET_A
impl UnwindSafe for DCDET_A
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