Module node

Module node 

Source
Expand description

FAT32 VFS Node Implementation

This module implements the VfsNode trait for FAT32 filesystem nodes. It provides the interface between the VFS layer and FAT32-specific node data.

Structsยง

Fat32DirectoryObject
FAT32 directory object
Fat32FileObject
FAT32 file object for regular files
Fat32Node
FAT32 filesystem node
MmapRange ๐Ÿ”’