pub struct I2c3Wakeup;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 I2c3Wakeup
impl RefUnwindSafe for I2c3Wakeup
impl Send for I2c3Wakeup
impl Sync for I2c3Wakeup
impl Unpin for I2c3Wakeup
impl UnwindSafe for I2c3Wakeup
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