#[repr(C)]
pub struct SimpleFileSystem { /* private fields */ }
Expand description

Allows access to a FAT-12/16/32 file system.

This interface is implemented by some storage devices to allow file access to the contained file systems.

Implementations

Open the root directory on a volume.

Errors
  • uefi::Status::UNSUPPORTED - The volume does not support the requested filesystem type
  • uefi::Status::NO_MEDIA - The device has no media
  • uefi::Status::DEVICE_ERROR - The device reported an error
  • uefi::Status::VOLUME_CORRUPTED - The file system structures are corrupted
  • uefi::Status::ACCESS_DENIED - The service denied access to the file
  • uefi::Status::OUT_OF_RESOURCES - The volume was not opened
  • uefi::Status::MEDIA_CHANGED - The device has a different medium in it

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.