pub struct Piix4PciIsaBridgeDeps {
pub attached_to: BusIdPci,
}
Expand description
PIIX4 PCI-ISA bridge (fixed pci address: 0:7.0)
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
Auto Trait Implementations§
impl Freeze for Piix4PciIsaBridgeDeps
impl RefUnwindSafe for Piix4PciIsaBridgeDeps
impl Send for Piix4PciIsaBridgeDeps
impl Sync for Piix4PciIsaBridgeDeps
impl Unpin for Piix4PciIsaBridgeDeps
impl UnwindSafe for Piix4PciIsaBridgeDeps
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