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