Struct panda_sys::MemoryRegionCache [−][src]
#[repr(C)]pub struct MemoryRegionCache { pub xlat: hwaddr, pub len: hwaddr, pub as_: *mut AddressSpace, }
Fields
xlat: hwaddrlen: hwaddras_: *mut AddressSpaceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryRegionCacheimpl !Send for MemoryRegionCacheimpl !Sync for MemoryRegionCacheimpl Unpin for MemoryRegionCacheimpl UnwindSafe for MemoryRegionCacheBlanket Implementations
Mutably borrows from an owned value. Read more