pub struct FatVolume { /* private fields */ }
Expand description
Identifies a FAT16 or FAT32 Volume on the disk.
Implementations§
Source§impl FatVolume
impl FatVolume
Sourcepub async fn update_info_sector<D>(
&mut self,
block_device: &D,
) -> Result<(), Error<D::Error>>where
D: BlockDevice,
pub async fn update_info_sector<D>(
&mut self,
block_device: &D,
) -> Result<(), Error<D::Error>>where
D: BlockDevice,
Write a new entry in the FAT