package vhd-format

  1. Overview
  2. Docs
type t = {
  1. platform_code : Platform_code.t;
  2. platform_data_space : int32;
  3. platform_data_space_original : int32;
  4. platform_data_length : int32;
  5. platform_data_offset : int64;
  6. platform_data : Cstruct.t;
}
val null : t
val equal : t -> t -> bool
val to_string : t -> string
val to_filename : t -> string option
val sizeof : int
val marshal : Cstruct.t -> t -> unit
val unmarshal : Cstruct.t -> (t, exn) Vhd_result.t
OCaml

Innovation. Community. Security.