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