pub struct DeviceEventStream { /* private fields */ }
Expand description
A manager for device events, including interrupt handling.
Auto Trait Implementations§
impl !DeviceSync for DeviceEventStream
impl !Freeze for DeviceEventStream
impl !ObjSafe for DeviceEventStream
impl RefUnwindSafe for DeviceEventStream
impl Send for DeviceEventStream
impl Sync for DeviceEventStream
impl Unpin for DeviceEventStream
impl UnwindSafe for DeviceEventStream
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