pub struct I440BxHostPciBridgeDeps {
pub attached_to: BusIdPci,
pub adjust_gpa_range: Box<dyn AdjustGpaRange>,
}
Expand description
i440BX Host-PCI bridge (fixed pci address: 0:0.0)
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
adjust_gpa_range: Box<dyn AdjustGpaRange>
Interface to create GPA alias ranges.
Auto Trait Implementations§
impl Freeze for I440BxHostPciBridgeDeps
impl !RefUnwindSafe for I440BxHostPciBridgeDeps
impl Send for I440BxHostPciBridgeDeps
impl !Sync for I440BxHostPciBridgeDeps
impl Unpin for I440BxHostPciBridgeDeps
impl !UnwindSafe for I440BxHostPciBridgeDeps
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