Function gpt::mbr::read_disk_signature
source ยท pub fn read_disk_signature<D: DiskDevice>(device: &mut D) -> Result<[u8; 4]>
Expand description
Read the 4 bytes of MBR disk signature.
pub fn read_disk_signature<D: DiskDevice>(device: &mut D) -> Result<[u8; 4]>
Read the 4 bytes of MBR disk signature.