Module uefi::proto::media

source ·
Expand description

Media access protocols.

These protocols can be used to enumerate and access various media devices. They provide both high-level abstractions such as files and partitions, and low-level access such as an block I/O or raw ATA access protocol.

Modules§

  • Block I/O protocols.
  • Disk I/O protocols.
  • This module provides the FileHandle structure as well as the more specific RegularFile and Directory structures. This module also provides the File trait for opening, querying, creating, reading, and writing files.
  • File system support protocols.
  • Partition information protocol.