pub struct MappedRegionWithFallback { /* private fields */ }
Expand description
A mapped region that falls back to read/write if the memory mapped access fails.
This should only happen for CVM, and only when the MMIO is emulated by the host.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MappedRegionWithFallback
impl RefUnwindSafe for MappedRegionWithFallback
impl Send for MappedRegionWithFallback
impl Sync for MappedRegionWithFallback
impl Unpin for MappedRegionWithFallback
impl UnwindSafe for MappedRegionWithFallback
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