pub struct I440BxHostPciBridgeResolver;Expand description
A resolver for the i440BX Host-PCI Bridge device.
Trait Implementations§
Source§impl AsyncResolveResource<ChipsetDeviceHandleKind, I440BxHostPciBridgeDeviceHandle> for I440BxHostPciBridgeResolver
impl AsyncResolveResource<ChipsetDeviceHandleKind, I440BxHostPciBridgeDeviceHandle> for I440BxHostPciBridgeResolver
Source§type Error = ResolveI440BxHostPciBridgeError
type Error = ResolveI440BxHostPciBridgeError
The error type for
resolve.Source§fn resolve<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
resolver: &'life1 ResourceResolver,
resource: I440BxHostPciBridgeDeviceHandle,
input: ResolveChipsetDeviceHandleParams<'life2>,
) -> Pin<Box<dyn Future<Output = Result<Self::Output, Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn resolve<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
resolver: &'life1 ResourceResolver,
resource: I440BxHostPciBridgeDeviceHandle,
input: ResolveChipsetDeviceHandleParams<'life2>,
) -> Pin<Box<dyn Future<Output = Result<Self::Output, Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Resolves the resource. Read more
Auto Trait Implementations§
impl Freeze for I440BxHostPciBridgeResolver
impl RefUnwindSafe for I440BxHostPciBridgeResolver
impl Send for I440BxHostPciBridgeResolver
impl Sync for I440BxHostPciBridgeResolver
impl Unpin for I440BxHostPciBridgeResolver
impl UnsafeUnpin for I440BxHostPciBridgeResolver
impl UnwindSafe for I440BxHostPciBridgeResolver
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