pub struct DeviceInterrupt { /* private fields */ }
Expand description
A mapped device interrupt.
This interrupt can be cloned multiple times. Each clone will be separately pollable. Initially, the clone is in the not-signaled state, even if the original instance is signaled.
Implementations§
Trait Implementations§
Source§impl Clone for DeviceInterrupt
impl Clone for DeviceInterrupt
Auto Trait Implementations§
impl Freeze for DeviceInterrupt
impl !RefUnwindSafe for DeviceInterrupt
impl Send for DeviceInterrupt
impl Sync for DeviceInterrupt
impl Unpin for DeviceInterrupt
impl !UnwindSafe for DeviceInterrupt
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