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