pub struct Lookup<'a, O: OuterVm + ?Sized> {
pub outer_vm: &'a mut O,
}Expand description
An implementation of ReadBlock that uses OuterVM::read_file_block to read files blocks.
Fields§
§outer_vm: &'a mut OTrait Implementations§
Auto Trait Implementations§
impl<'a, O> Freeze for Lookup<'a, O>where
O: ?Sized,
impl<'a, O> RefUnwindSafe for Lookup<'a, O>where
O: RefUnwindSafe + ?Sized,
impl<'a, O> Send for Lookup<'a, O>
impl<'a, O> Sync for Lookup<'a, O>
impl<'a, O> Unpin for Lookup<'a, O>where
O: ?Sized,
impl<'a, O> !UnwindSafe for Lookup<'a, O>
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