pub enum REV6_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Result Event for Result Register 6
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for REV6_A
impl Eq for REV6_A
impl StructuralPartialEq for REV6_A
Auto Trait Implementations§
impl Freeze for REV6_A
impl RefUnwindSafe for REV6_A
impl Send for REV6_A
impl Sync for REV6_A
impl Unpin for REV6_A
impl UnwindSafe for REV6_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