pub struct ArchMemoryLayout {
pub(crate) pci_mmio_before_32bit: AddressRange,
pub(crate) pcie_cfg_mmio: AddressRange,
pub(crate) pvmfw_mem: Option<AddressRange>,
}Fields§
§pci_mmio_before_32bit: AddressRange§pcie_cfg_mmio: AddressRange§pvmfw_mem: Option<AddressRange>Auto Trait Implementations§
impl Freeze for ArchMemoryLayout
impl RefUnwindSafe for ArchMemoryLayout
impl Send for ArchMemoryLayout
impl Sync for ArchMemoryLayout
impl Unpin for ArchMemoryLayout
impl UnwindSafe for ArchMemoryLayout
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