Expand description
Macro to allow binary structures be read/stored from/to disk.
Macrosยง
- impl_
on_ ๐disk_ struct_ primitive - Implement
OnDiskStructfor a primitive integer type. - impl_
on_ ๐disk_ struct_ wrapped_ primitive - Implement
OnDiskStructfor a type wrapping a primitive type. - on_
disk_ ๐struct - Implement
OnDiskStructfor the containedstructdefinition. - on_
disk_ ๐struct_ helper - Helper macro for
on_disk_struct.
Traitsยง
- OnDisk
Struct ๐ - A structure to be loaded from or stored on disk (e.g. qcow2 image header), in binary format.