Enum bootsector::SectorSize [] [src]

pub enum SectorSize {
    GuessOrAssume,
    Known(u16),
}

Settings for handling sector size

Variants

Attempt to identify a valid GPT partition table at various locations, and use this information to derive the sector size. For MBR, it's very likely that 512 is a safe assumption.

Use a specific known sector size.