enum Format [src]
Fields
legacy_mbr = 0x01
guid_partition_table = 0x02
Source
pub const Format = enum(u8) {
legacy_mbr = 0x01,
guid_partition_table = 0x02,
}
pub const Format = enum(u8) {
legacy_mbr = 0x01,
guid_partition_table = 0x02,
}