pub struct Mapping<T> { /* private fields */ }
Expand description
A memory mapping for an EmulatedDevice
.
Trait Implementations§
Source§impl<T: MmioIntercept + Send> DeviceRegisterIo for Mapping<T>
impl<T: MmioIntercept + Send> DeviceRegisterIo for Mapping<T>
Auto Trait Implementations§
impl<T> Freeze for Mapping<T>
impl<T> !RefUnwindSafe for Mapping<T>
impl<T> Send for Mapping<T>where
T: Send,
impl<T> Sync for Mapping<T>where
T: Send,
impl<T> Unpin for Mapping<T>
impl<T> !UnwindSafe for Mapping<T>
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