Module asynchronous
disk
0.1.0
Module asynchronous
Structs
Traits
In crate disk
Modules
android_sparse
asynchronous
composite
gpt
qcow
sys
zstd
Structs
DiskFileParams
PartitionInfo
QcowFile
SingleFileDisk
Enums
CompositeError
Error
GptError
ImagePartitionType
ImageType
Constants
MAX_NESTING_DEPTH
QCOW_MAGIC
Traits
AsyncDisk
DiskFile
DiskGetLen
ToAsyncDisk
Functions
create_composite_disk
create_zero_filler
detect_image_type
open_disk_file
Type Aliases
Result
?
Module
disk
::
asynchronous
source
·
[
−
]
Expand description
Asynchronous disk image helpers.
Structs
§
AsyncDiskFileWrapper
Async wrapper around a non-async
DiskFile
using a
BlockingPool
.
Traits
§
DiskFlush