pub enum LN4_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Line 4 Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LN4_A
impl Eq for LN4_A
impl StructuralPartialEq for LN4_A
Auto Trait Implementations§
impl Freeze for LN4_A
impl RefUnwindSafe for LN4_A
impl Send for LN4_A
impl Sync for LN4_A
impl Unpin for LN4_A
impl UnwindSafe for LN4_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