pub struct WAKEUP { /* private fields */ }
Expand description
WAKEUP peripheral
Implementations§
Trait Implementations§
impl Copy for WAKEUP
impl PeripheralType for WAKEUP
Auto Trait Implementations§
impl Freeze for WAKEUP
impl RefUnwindSafe for WAKEUP
impl Send for WAKEUP
impl Sync for WAKEUP
impl Unpin for WAKEUP
impl UnwindSafe for WAKEUP
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