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