block: vhd: impl DiskFile for FixedVhdDiskSync

Marker impl bundling DiskSize and Geometry supertraits.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-03-24 14:57:14 +01:00
committed by Bo Chen
parent 60af47c99b
commit ce1592d1df

View File

@@ -90,6 +90,8 @@ impl disk_file::Resizable for FixedVhdDiskSync {
}
}
impl disk_file::DiskFile for FixedVhdDiskSync {}
pub struct FixedVhdSync {
raw_file_sync: RawFileSync,
size: u64,