pub type FileType = VfsNodeType;Expand description
Alias of ax_fs_vfs::VfsNodeType.
Aliased Type§
#[repr(u8)]pub enum FileType {
Fifo = 1,
CharDevice = 2,
Dir = 4,
BlockDevice = 6,
File = 8,
SymLink = 10,
Socket = 12,
}