pub struct TestMmioRangeMapper { /* private fields */ }
Expand description
A concrete type which implements [RegisterMmioIntercept
]
Trait Implementations§
Source§impl RegisterMmioIntercept for TestMmioRangeMapper
impl RegisterMmioIntercept for TestMmioRangeMapper
Auto Trait Implementations§
impl Freeze for TestMmioRangeMapper
impl !RefUnwindSafe for TestMmioRangeMapper
impl Send for TestMmioRangeMapper
impl Sync for TestMmioRangeMapper
impl Unpin for TestMmioRangeMapper
impl !UnwindSafe for TestMmioRangeMapper
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