pub type FileType = VfsNodeType;Expand description
Alias of axfs_vfs::VfsNodeType.
Aliased Type§
enum FileType {
Fifo = 1,
CharDevice = 2,
Dir = 4,
BlockDevice = 6,
File = 8,
SymLink = 10,
Socket = 12,
}pub type FileType = VfsNodeType;Alias of axfs_vfs::VfsNodeType.
enum FileType {
Fifo = 1,
CharDevice = 2,
Dir = 4,
BlockDevice = 6,
File = 8,
SymLink = 10,
Socket = 12,
}