pub struct Piix4PciUsbUhciStubResolver;Expand description
A resolver for the PIIX4 USB UHCI stub device.
Trait Implementations§
Source§impl ResolveResource<ChipsetDeviceHandleKind, Piix4PciUsbUhciStubDeviceHandle> for Piix4PciUsbUhciStubResolver
impl ResolveResource<ChipsetDeviceHandleKind, Piix4PciUsbUhciStubDeviceHandle> for Piix4PciUsbUhciStubResolver
Source§type Error = Infallible
type Error = Infallible
The error type for
resolve.Auto Trait Implementations§
impl Freeze for Piix4PciUsbUhciStubResolver
impl RefUnwindSafe for Piix4PciUsbUhciStubResolver
impl Send for Piix4PciUsbUhciStubResolver
impl Sync for Piix4PciUsbUhciStubResolver
impl Unpin for Piix4PciUsbUhciStubResolver
impl UnsafeUnpin for Piix4PciUsbUhciStubResolver
impl UnwindSafe for Piix4PciUsbUhciStubResolver
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