pub type ObSaveChunkPartitionVtl = ObSaveChunkVtl;Expand description
Partition-level VTL marker (same layout as per-VP VTL marker).
Aliased Type§
#[repr(C)]pub struct ObSaveChunkPartitionVtl {
pub header: VmSaveChunkHeader,
pub vtl: u8,
pub _padding: [u8; 15],
}Fields§
§header: VmSaveChunkHeader§vtl: u8§_padding: [u8; 15]