struct RecoverableResource {
irq_num: u32,
irq_evt: IrqLevelEvent,
}Expand description
System resources that can be released when a hotplugged device is removed.
Fields§
§irq_num: u32§irq_evt: IrqLevelEventAuto Trait Implementations§
impl Freeze for RecoverableResource
impl RefUnwindSafe for RecoverableResource
impl Send for RecoverableResource
impl Sync for RecoverableResource
impl Unpin for RecoverableResource
impl UnwindSafe for RecoverableResource
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