pub(super) struct RefBlockCacheBackend<S: Storage> {
file: Arc<S>,
header: Arc<Header>,
}
Expand description
I/O back-end for the refblock cache.
Fields§
§file: Arc<S>
Qcow2 metadata file.
header: Arc<Header>
Qcow2 header.
Implementations§
Trait Implementations§
Source§impl<S: Storage> AsyncLruCacheBackend for RefBlockCacheBackend<S>
impl<S: Storage> AsyncLruCacheBackend for RefBlockCacheBackend<S>
Auto Trait Implementations§
impl<S> Freeze for RefBlockCacheBackend<S>
impl<S> RefUnwindSafe for RefBlockCacheBackend<S>where
S: RefUnwindSafe,
impl<S> Send for RefBlockCacheBackend<S>
impl<S> Sync for RefBlockCacheBackend<S>
impl<S> Unpin for RefBlockCacheBackend<S>
impl<S> UnwindSafe for RefBlockCacheBackend<S>where
S: RefUnwindSafe,
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