pub struct Serial16550Resolver;
Expand description
The resource resolver for Serial16550
.
Trait Implementations§
Source§impl AsyncResolveResource<ChipsetDeviceHandleKind, Serial16550DeviceHandle> for Serial16550Resolver
impl AsyncResolveResource<ChipsetDeviceHandleKind, Serial16550DeviceHandle> for Serial16550Resolver
Source§type Output = ResolvedChipsetDevice
type Output = ResolvedChipsetDevice
The output type for resource resolution.
Source§type Error = Resolve16550Error
type Error = Resolve16550Error
The error type for
resolve
.Source§fn resolve<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
resolver: &'life1 ResourceResolver,
resource: Serial16550DeviceHandle,
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: Serial16550DeviceHandle,
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 Serial16550Resolver
impl RefUnwindSafe for Serial16550Resolver
impl Send for Serial16550Resolver
impl Sync for Serial16550Resolver
impl Unpin for Serial16550Resolver
impl UnwindSafe for Serial16550Resolver
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