disk
0.1.0
In disk::qcow
Modules
qcow_raw_file
refcount
vec_cache
Structs
QcowFile
QcowFileInner
QcowHeader
Enums
Error
Constants
CLUSTER_USED_FLAG
COMPATIBLE_FEATURES_LAZY_REFCOUNTS
COMPRESSED_FLAG
DEFAULT_CLUSTER_BITS
DEFAULT_REFCOUNT_ORDER
L1_TABLE_OFFSET_MASK
L2_TABLE_OFFSET_MASK
MAX_BACKING_FILE_SIZE
MAX_CLUSTER_BITS
MAX_QCOW_FILE_SIZE
MAX_RAM_POINTER_TABLE_SIZE
MIN_CLUSTER_BITS
QCOW_EMPTY_HEADER_EXTENSION_SIZE
QCOW_MAGIC
V3_BARE_HEADER_SIZE
Functions
max_refcount_clusters
offset_is_cluster_boundary
read_u16_from_file
read_u32_from_file
read_u64_from_file
Type Aliases
Result
?
Function
disk
::
qcow
::
offset_is_cluster_boundary
source
·
[
−
]
fn offset_is_cluster_boundary( offset:
u64
, cluster_bits:
u32
) ->
Result
<
()
,
Error
>