pub enum PDET {
NoBcd = 0,
Bcd = 1,
}
Expand description
Primary detection (PD) status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PDET
impl Eq for PDET
impl StructuralPartialEq for PDET
Auto Trait Implementations§
impl Freeze for PDET
impl RefUnwindSafe for PDET
impl Send for PDET
impl Sync for PDET
impl Unpin for PDET
impl UnwindSafe for PDET
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