Trait devices::pci::pci_root::PciMmioMapper
source · pub trait PciMmioMapper {
// Required methods
fn supports_readonly_mapping(&self) -> bool;
fn add_mapping(
&mut self,
addr: GuestAddress,
shmem: &SharedMemory
) -> Result<u32>;
}