pub struct LinuxMapped;
Expand description
Dummy implementation for Linux OS mapped memory.
Trait Implementations§
Source§impl<Driver> VmiOsMapped<'_, Driver> for LinuxMapped
impl<Driver> VmiOsMapped<'_, Driver> for LinuxMapped
Auto Trait Implementations§
impl Freeze for LinuxMapped
impl RefUnwindSafe for LinuxMapped
impl Send for LinuxMapped
impl Sync for LinuxMapped
impl Unpin for LinuxMapped
impl UnwindSafe for LinuxMapped
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