Enum ext4::FileType [] [src]

pub enum FileType {
    RegularFile,
    SymbolicLink,
    CharacterDevice,
    BlockDevice,
    Directory,
    Fifo,
    Socket,
}

Flag indicating the type of file stored in this inode.

Variants

Trait Implementations

impl Debug for FileType
[src]

Formats the value using the given formatter.

impl PartialEq for FileType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.