pub struct IoApicRoutingResolver<T: ?Sized>(pub Arc<T>);Expand description
Platform IO-APIC routing resolver.
Wraps a virt::irqcon::IoApicRouting into a chipset_resources::ioapic::IoApicRouting.
Tuple Fields§
§0: Arc<T>Trait Implementations§
Source§impl<T: ?Sized + IoApicRouting + 'static> ResolveResource<IoApicRoutingHandleKind, PlatformResource> for IoApicRoutingResolver<T>
impl<T: ?Sized + IoApicRouting + 'static> ResolveResource<IoApicRoutingHandleKind, PlatformResource> for IoApicRoutingResolver<T>
Auto Trait Implementations§
impl<T> Freeze for IoApicRoutingResolver<T>where
T: ?Sized,
impl<T> RefUnwindSafe for IoApicRoutingResolver<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for IoApicRoutingResolver<T>
impl<T> Sync for IoApicRoutingResolver<T>
impl<T> Unpin for IoApicRoutingResolver<T>where
T: ?Sized,
impl<T> UnsafeUnpin for IoApicRoutingResolver<T>where
T: ?Sized,
impl<T> UnwindSafe for IoApicRoutingResolver<T>where
T: RefUnwindSafe + ?Sized,
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