Enum easy_fs::layout::DiskInodeType
source · [−]pub enum DiskInodeType {
File,
Directory,
}
Variants
File
Directory
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiskInodeType
impl Send for DiskInodeType
impl Sync for DiskInodeType
impl Unpin for DiskInodeType
impl UnwindSafe for DiskInodeType
Blanket Implementations
Mutably borrows from an owned value. Read more