pub struct Piix4PciBusDeps {
pub bus_id: BusIdPci,
}
Expand description
PIIX4 PCI Bus
Fields§
§bus_id: BusIdPci
vmotherboard
bus identifier
Auto Trait Implementations§
impl Freeze for Piix4PciBusDeps
impl RefUnwindSafe for Piix4PciBusDeps
impl Send for Piix4PciBusDeps
impl Sync for Piix4PciBusDeps
impl Unpin for Piix4PciBusDeps
impl UnwindSafe for Piix4PciBusDeps
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