pub enum DLACT_A {
INACTIVE,
ACTIVE,
}
Expand description
DAT Line Active
Value on reset: 0
Variants
INACTIVE
0: DAT Line Inactive
ACTIVE
1: DAT Line Active
Trait Implementations
impl Copy for DLACT_A
impl StructuralPartialEq for DLACT_A
Auto Trait Implementations
impl RefUnwindSafe for DLACT_A
impl Send for DLACT_A
impl Sync for DLACT_A
impl Unpin for DLACT_A
impl UnwindSafe for DLACT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more