pub struct GenericPciBusDeps {
pub bus_id: BusIdPci,
pub pio_addr: u16,
pub pio_data: u16,
}
Expand description
Generic PCI bus
Fields§
§bus_id: BusIdPci
vmotherboard
bus identifier
pio_addr: u16
Port io address of the 32-bit PCI ADDR register
pio_data: u16
Port io address of the 32-bit PCI DATA register
Auto Trait Implementations§
impl Freeze for GenericPciBusDeps
impl RefUnwindSafe for GenericPciBusDeps
impl Send for GenericPciBusDeps
impl Sync for GenericPciBusDeps
impl Unpin for GenericPciBusDeps
impl UnwindSafe for GenericPciBusDeps
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