pub struct WktWakeup;Expand description
Can be used to enable/disable interrupt wake-up behavior
See syscon::Handle::enable_interrupt_wakeup and
syscon::Handle::disable_interrupt_wakeup.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WktWakeup
impl RefUnwindSafe for WktWakeup
impl Send for WktWakeup
impl Sync for WktWakeup
impl Unpin for WktWakeup
impl UnwindSafe for WktWakeup
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