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