pub struct Piix4PowerManagementResolver;Expand description
A resolver for the PIIX4 power management device.
Trait Implementations§
Source§impl AsyncResolveResource<ChipsetDeviceHandleKind, Piix4PowerManagementDeviceHandle> for Piix4PowerManagementResolver
impl AsyncResolveResource<ChipsetDeviceHandleKind, Piix4PowerManagementDeviceHandle> for Piix4PowerManagementResolver
Source§fn resolve<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
resolver: &'life1 ResourceResolver,
resource: Piix4PowerManagementDeviceHandle,
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: Piix4PowerManagementDeviceHandle,
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 Piix4PowerManagementResolver
impl RefUnwindSafe for Piix4PowerManagementResolver
impl Send for Piix4PowerManagementResolver
impl Sync for Piix4PowerManagementResolver
impl Unpin for Piix4PowerManagementResolver
impl UnsafeUnpin for Piix4PowerManagementResolver
impl UnwindSafe for Piix4PowerManagementResolver
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