pub struct Piix4PciUsbUhciStubDeps {
pub attached_to: BusIdPci,
}
Expand description
PIIX4 USB UHCI controller (fixed pci address: 0:7.2)
NOTE: current implementation is a minimal stub, implementing just enough to keep the PCAT BIOS happy.
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
Auto Trait Implementations§
impl Freeze for Piix4PciUsbUhciStubDeps
impl RefUnwindSafe for Piix4PciUsbUhciStubDeps
impl Send for Piix4PciUsbUhciStubDeps
impl Sync for Piix4PciUsbUhciStubDeps
impl Unpin for Piix4PciUsbUhciStubDeps
impl UnwindSafe for Piix4PciUsbUhciStubDeps
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