pub struct InterruptInfo { /* private fields */ }
Expand description
A handle for an allocated interrupt on a device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !DeviceSync for InterruptInfo
impl Freeze for InterruptInfo
impl !ObjSafe for InterruptInfo
impl RefUnwindSafe for InterruptInfo
impl Send for InterruptInfo
impl Sync for InterruptInfo
impl Unpin for InterruptInfo
impl UnwindSafe for InterruptInfo
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