pub enum WUSW {
ADDRESS,
START,
RXNE,
}
Expand description
Values that can be written to the field WUS
Variants§
Auto Trait Implementations§
impl Freeze for WUSW
impl RefUnwindSafe for WUSW
impl Send for WUSW
impl Sync for WUSW
impl Unpin for WUSW
impl UnwindSafe for WUSW
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