pub enum RWUW {
_0,
_1,
}Expand description
Values that can be written to the field RWU
Variants§
_0
Normal operation.
_1
RWU enables the wakeup function and inhibits further receiver interrupt requests. Normally, hardware wakes the receiver by automatically clearing RWU.
Auto Trait Implementations§
impl Freeze for RWUW
impl RefUnwindSafe for RWUW
impl Send for RWUW
impl Sync for RWUW
impl Unpin for RWUW
impl UnwindSafe for RWUW
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