pub struct GuestManualMapInjector;Trait Implementations§
Source§impl GuestInjector for GuestManualMapInjector
impl GuestInjector for GuestManualMapInjector
fn name(&self) -> &str
fn portability(&self) -> GuestPortability
fn inject( &self, backend: &dyn GuestMemoryBackend, req: &GuestInjectionRequest<'_>, ) -> Result<GuestLoadInfo, GuestInjectError>
Auto Trait Implementations§
impl Freeze for GuestManualMapInjector
impl RefUnwindSafe for GuestManualMapInjector
impl Send for GuestManualMapInjector
impl Sync for GuestManualMapInjector
impl Unpin for GuestManualMapInjector
impl UnsafeUnpin for GuestManualMapInjector
impl UnwindSafe for GuestManualMapInjector
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