[][src]Module uefi::proto::media

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

file

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.

fs

File system support protocols.